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.1998,-85.4177)};var g_6de59d960d3bb8a6346c058930f3cd28 = new google.maps.Geocoder();g_6de59d960d3bb8a6346c058930f3cd28.geocode( { 'address': "123 S Woodburn Dr, Dothan, AL 36305"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dothan-AL-army-aviation-cntr-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('dothan-AL-army-aviation-cntr-federal-credit-union'), mapOptions);}document.getElementById('b0646ac0').innerHTML += ' | View Map';var $l6de59d960d3bb8a6346c058930f3cd28 = '

Army Aviation Cntr Federal Credit Union

Address: 123 S Woodburn Dr, Dothan, AL 36305
Phone: (334) 793-7922
';var m_6de59d960d3bb8a6346c058930f3cd28 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Army Aviation Cntr Federal Credit Union',});m_6de59d960d3bb8a6346c058930f3cd28['infowindow'] = new google.maps.InfoWindow({content: $l6de59d960d3bb8a6346c058930f3cd28});var infowindow = new google.maps.InfoWindow({content: $l6de59d960d3bb8a6346c058930f3cd28});google.maps.event.addListener(m_6de59d960d3bb8a6346c058930f3cd28, 'click', function() {infowindow.open(map,m_6de59d960d3bb8a6346c058930f3cd28);});$marker.push(m_6de59d960d3bb8a6346c058930f3cd28);}});}google.maps.event.addDomListener(window, 'load', initialize);