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.4699,-83.4203)};var g_8968c88ecaeea18a6ab465c52a6dceee = new google.maps.Geocoder();g_8968c88ecaeea18a6ab465c52a6dceee.geocode( { 'address': "424 W Base St, Madison, FL 32340, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('madison-FL-buckeye-community-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('madison-FL-buckeye-community-credit-union'), mapOptions);}document.getElementById('5a2f4431').innerHTML += ' | View Map';var $l8968c88ecaeea18a6ab465c52a6dceee = '

Buckeye Community Credit Union

Address: 424 W Base St, Madison, FL 32340, USA
Phone: (850) 973-2600
';var m_8968c88ecaeea18a6ab465c52a6dceee = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Buckeye Community Credit Union',});m_8968c88ecaeea18a6ab465c52a6dceee['infowindow'] = new google.maps.InfoWindow({content: $l8968c88ecaeea18a6ab465c52a6dceee});var infowindow = new google.maps.InfoWindow({content: $l8968c88ecaeea18a6ab465c52a6dceee});google.maps.event.addListener(m_8968c88ecaeea18a6ab465c52a6dceee, 'click', function() {infowindow.open(map,m_8968c88ecaeea18a6ab465c52a6dceee);});$marker.push(m_8968c88ecaeea18a6ab465c52a6dceee);}});}google.maps.event.addDomListener(window, 'load', initialize);