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.2374,-85.4327)};var g_8358db0fde5b65cbd870f24ca9ab7da2 = new google.maps.Geocoder();g_8358db0fde5b65cbd870f24ca9ab7da2.geocode( { 'address': "3299 Ross Clark Cir, Dothan, AL 36303, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dothan-AL-a-b-c-bancorp').style.display = '';map = new google.maps.Map(document.getElementById('dothan-AL-a-b-c-bancorp'), mapOptions);}document.getElementById('af2d17d8').innerHTML += ' | View Map';var $l8358db0fde5b65cbd870f24ca9ab7da2 = '

A B C Bancorp

Address: 3299 Ross Clark Cir, Dothan, AL 36303, USA
Phone: (334) 615-0008
';var m_8358db0fde5b65cbd870f24ca9ab7da2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'A B C Bancorp',});m_8358db0fde5b65cbd870f24ca9ab7da2['infowindow'] = new google.maps.InfoWindow({content: $l8358db0fde5b65cbd870f24ca9ab7da2});var infowindow = new google.maps.InfoWindow({content: $l8358db0fde5b65cbd870f24ca9ab7da2});google.maps.event.addListener(m_8358db0fde5b65cbd870f24ca9ab7da2, 'click', function() {infowindow.open(map,m_8358db0fde5b65cbd870f24ca9ab7da2);});$marker.push(m_8358db0fde5b65cbd870f24ca9ab7da2);}});}google.maps.event.addDomListener(window, 'load', initialize);