var map;var $marker = [];function $setCursor($lat, $lng, $index){$marker[$index - 1]['infowindow'].open(map, $marker[$index - 1]);var $lat_lng = new google.maps.LatLng($lat, $lng);map.setCenter($lat_lng);map.setZoom(20);}function initialize(){var $i = 0;var mapOptions = {zoom: 10,center: new google.maps.LatLng(30.4711,-83.4166)};var g_af93e53c86d6591e6fd512c56558ec1b = new google.maps.Geocoder();g_af93e53c86d6591e6fd512c56558ec1b.geocode( { 'address': "312 NE Sumter St, Madison, FL 32340, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('madison-FL-madison-education-association-cu').style.display = '';map = new google.maps.Map(document.getElementById('madison-FL-madison-education-association-cu'), mapOptions);}document.getElementById('3042c365').innerHTML += ' | View Map';var $laf93e53c86d6591e6fd512c56558ec1b = '

Madison Education Association CU

Address: 312 NE Sumter St, Madison, FL 32340, USA
Phone: (850) 973-3132
';var m_af93e53c86d6591e6fd512c56558ec1b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Madison Education Association CU',});m_af93e53c86d6591e6fd512c56558ec1b['infowindow'] = new google.maps.InfoWindow({content: $laf93e53c86d6591e6fd512c56558ec1b});var infowindow = new google.maps.InfoWindow({content: $laf93e53c86d6591e6fd512c56558ec1b});google.maps.event.addListener(m_af93e53c86d6591e6fd512c56558ec1b, 'click', function() {infowindow.open(map,m_af93e53c86d6591e6fd512c56558ec1b);});$marker.push(m_af93e53c86d6591e6fd512c56558ec1b);}});}google.maps.event.addDomListener(window, 'load', initialize);