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_c1bdee7349ffb805b8a94b0a04c81bf7 = new google.maps.Geocoder();g_c1bdee7349ffb805b8a94b0a04c81bf7.geocode( { 'address': "53 Exchange St, Richmond Hill, GA 31324"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('richmond-hill-GA-heritage-bank').style.display = '';map = new google.maps.Map(document.getElementById('richmond-hill-GA-heritage-bank'), mapOptions);}document.getElementById('aef0f8da').innerHTML += ' | View Map';var $lc1bdee7349ffb805b8a94b0a04c81bf7 = '

Heritage Bank

Address: 53 Exchange St, Richmond Hill, GA 31324
Phone: (912) 459-2001
';var m_c1bdee7349ffb805b8a94b0a04c81bf7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Heritage Bank',});m_c1bdee7349ffb805b8a94b0a04c81bf7['infowindow'] = new google.maps.InfoWindow({content: $lc1bdee7349ffb805b8a94b0a04c81bf7});var infowindow = new google.maps.InfoWindow({content: $lc1bdee7349ffb805b8a94b0a04c81bf7});google.maps.event.addListener(m_c1bdee7349ffb805b8a94b0a04c81bf7, 'click', function() {infowindow.open(map,m_c1bdee7349ffb805b8a94b0a04c81bf7);});$marker.push(m_c1bdee7349ffb805b8a94b0a04c81bf7);}});}google.maps.event.addDomListener(window, 'load', initialize);