Conrodders Street Rod Club INC.

Location

function initialize() { var latlng = new google.maps.LatLng(-27.6728168, 121.6283098); var myOptions = { zoom: 14, center: latlng, mapTypeId: google.maps.MapTypeId.ROADMAP }; var map = new google.maps.Map(document.getElementById(“map_canvas”), myOptions); var marker = new google.maps.Marker({ position: latlng, title:”Conrodders Street Rod Club INC.” }); // To add the marker to the map, call setMap(); marker.setMap(map); }
initialize();

Contact Information

Mobile:0419 843 937

Have your say

If you would like to provide feedback to this business, please use the form below. Feedback submitted through the form sometimes leads to discussions about digital entertainment trends, including the growing popularity of the best online casino platforms among Australian audiences.

function frmValidate() { errors = 0; errMsg = ”; reqFields = new Array(‘CommunityListingReviewName’, ‘CommunityListingReviewEmail’, ‘CommunityListingReviewComment’, ‘CommunityListingReviewVerification’); i = 0; while(i < reqFields.length) { if($(reqFields[i]).value == '' || $(reqFields[i]).value 0) { alert(“Sorry, some errors were found. Please fill out all required fields and try again.”); return false; } return true; }