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.5039,-82.8501)};var g_440a5eb3f6260e85332263d989ac3d3a = new google.maps.Geocoder();g_440a5eb3f6260e85332263d989ac3d3a.geocode( { 'address': "434 S Peterson Ave, Douglas, GA 31533, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('douglas-GA-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('douglas-GA-wells-fargo-bank'), mapOptions);}document.getElementById('ea56d239').innerHTML += ' | View Map';var $l440a5eb3f6260e85332263d989ac3d3a = '

Wells Fargo Bank

Address: 434 S Peterson Ave, Douglas, GA 31533, USA
Phone: (912) 384-5758
';var m_440a5eb3f6260e85332263d989ac3d3a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_440a5eb3f6260e85332263d989ac3d3a['infowindow'] = new google.maps.InfoWindow({content: $l440a5eb3f6260e85332263d989ac3d3a});var infowindow = new google.maps.InfoWindow({content: $l440a5eb3f6260e85332263d989ac3d3a});google.maps.event.addListener(m_440a5eb3f6260e85332263d989ac3d3a, 'click', function() {infowindow.open(map,m_440a5eb3f6260e85332263d989ac3d3a);});$marker.push(m_440a5eb3f6260e85332263d989ac3d3a);}});}google.maps.event.addDomListener(window, 'load', initialize);