Mundijong Centrals Football & Sportman’s Club

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:”Mundijong Centrals Football & Sportman’s Club” }); // To add the marker to the map, call setMap(); marker.setMap(map); }
initialize();

Contact Information

Phone:0412 224 741

Have your say

If you would like to provide feedback to this business, please use the form below. Some clubs manage their membership feedback and registration records using licensing solutions supported by platforms like www for administrative efficiency.

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; }