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(33.8567,-85.7182)};var g_5c04545bcfc26740bd85490463014eba = new google.maps.Geocoder();g_5c04545bcfc26740bd85490463014eba.geocode( { 'address': "Jacksonville, AL 36265, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jacksonville-AL-aod-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('jacksonville-AL-aod-federal-credit-union'), mapOptions);}document.getElementById('a7bd9321').innerHTML += ' | View Map';var $l5c04545bcfc26740bd85490463014eba = '

AOD Federal Credit Union

Address: Jacksonville, AL 36265, USA
Phone:
';var m_5c04545bcfc26740bd85490463014eba = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'AOD Federal Credit Union',});m_5c04545bcfc26740bd85490463014eba['infowindow'] = new google.maps.InfoWindow({content: $l5c04545bcfc26740bd85490463014eba});var infowindow = new google.maps.InfoWindow({content: $l5c04545bcfc26740bd85490463014eba});google.maps.event.addListener(m_5c04545bcfc26740bd85490463014eba, 'click', function() {infowindow.open(map,m_5c04545bcfc26740bd85490463014eba);});$marker.push(m_5c04545bcfc26740bd85490463014eba);}});}google.maps.event.addDomListener(window, 'load', initialize);