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(32.4403,-81.7645)};var g_72a96d3d31a56b4b518a88d8ae0c4cd8 = new google.maps.Geocoder();g_72a96d3d31a56b4b518a88d8ae0c4cd8.geocode( { 'address': "610 Northside Dr E, Statesboro, GA 30458, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('statesboro-GA-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('statesboro-GA-wells-fargo-bank'), mapOptions);}document.getElementById('54f7de3a').innerHTML += ' | View Map';var $l72a96d3d31a56b4b518a88d8ae0c4cd8 = '

Wells Fargo Bank

Address: 610 Northside Dr E, Statesboro, GA 30458, USA
Phone: (912) 764-9611
';var m_72a96d3d31a56b4b518a88d8ae0c4cd8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_72a96d3d31a56b4b518a88d8ae0c4cd8['infowindow'] = new google.maps.InfoWindow({content: $l72a96d3d31a56b4b518a88d8ae0c4cd8});var infowindow = new google.maps.InfoWindow({content: $l72a96d3d31a56b4b518a88d8ae0c4cd8});google.maps.event.addListener(m_72a96d3d31a56b4b518a88d8ae0c4cd8, 'click', function() {infowindow.open(map,m_72a96d3d31a56b4b518a88d8ae0c4cd8);});$marker.push(m_72a96d3d31a56b4b518a88d8ae0c4cd8);}});}google.maps.event.addDomListener(window, 'load', initialize);