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(31.2415,-85.4147)};var g_df54cb93478122d558000992179c844f = new google.maps.Geocoder();g_df54cb93478122d558000992179c844f.geocode( { 'address': "2220 Montgomery Hwy, Dothan, AL 36303, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dothan-AL-apco-employees-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('dothan-AL-apco-employees-credit-union'), mapOptions);}document.getElementById('e94e04d4').innerHTML += ' | View Map';var $ldf54cb93478122d558000992179c844f = '

Apco Employee's Credit Union

Address: 2220 Montgomery Hwy, Dothan, AL 36303, USA
Phone: (334) 793-7226
';var m_df54cb93478122d558000992179c844f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Apco Employee's Credit Union',});m_df54cb93478122d558000992179c844f['infowindow'] = new google.maps.InfoWindow({content: $ldf54cb93478122d558000992179c844f});var infowindow = new google.maps.InfoWindow({content: $ldf54cb93478122d558000992179c844f});google.maps.event.addListener(m_df54cb93478122d558000992179c844f, 'click', function() {infowindow.open(map,m_df54cb93478122d558000992179c844f);});$marker.push(m_df54cb93478122d558000992179c844f);}});}google.maps.event.addDomListener(window, 'load', initialize);