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.8757,-81.2841)};var g_58081e51fc9823889ed2969c9148d248 = new google.maps.Geocoder();g_58081e51fc9823889ed2969c9148d248.geocode( { 'address': "9971 Ford Ave, Richmond Hill, GA 31324"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('richmond-hill-GA-the-savannah-bank').style.display = '';map = new google.maps.Map(document.getElementById('richmond-hill-GA-the-savannah-bank'), mapOptions);}document.getElementById('be7cec2b').innerHTML += ' | View Map';var $l58081e51fc9823889ed2969c9148d248 = '

The Savannah Bank

Address: 9971 Ford Ave, Richmond Hill, GA 31324
Phone: (912) 756-4444
';var m_58081e51fc9823889ed2969c9148d248 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Savannah Bank',});m_58081e51fc9823889ed2969c9148d248['infowindow'] = new google.maps.InfoWindow({content: $l58081e51fc9823889ed2969c9148d248});var infowindow = new google.maps.InfoWindow({content: $l58081e51fc9823889ed2969c9148d248});google.maps.event.addListener(m_58081e51fc9823889ed2969c9148d248, 'click', function() {infowindow.open(map,m_58081e51fc9823889ed2969c9148d248);});$marker.push(m_58081e51fc9823889ed2969c9148d248);}});}google.maps.event.addDomListener(window, 'load', initialize);