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.3042,-82.2408)};var g_f849a0fae97c9a40b3c1c0330a5e6c37 = new google.maps.Geocoder();g_f849a0fae97c9a40b3c1c0330a5e6c37.geocode( { 'address': "228 Main St, Blackshear, GA 31516, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('blackshear-GA-the-heritage-bank').style.display = '';map = new google.maps.Map(document.getElementById('blackshear-GA-the-heritage-bank'), mapOptions);}document.getElementById('07e1170d').innerHTML += ' | View Map';var $lf849a0fae97c9a40b3c1c0330a5e6c37 = '

The Heritage Bank

Address: 228 Main St, Blackshear, GA 31516, USA
Phone: (912) 449-6643
';var m_f849a0fae97c9a40b3c1c0330a5e6c37 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Heritage Bank',});m_f849a0fae97c9a40b3c1c0330a5e6c37['infowindow'] = new google.maps.InfoWindow({content: $lf849a0fae97c9a40b3c1c0330a5e6c37});var infowindow = new google.maps.InfoWindow({content: $lf849a0fae97c9a40b3c1c0330a5e6c37});google.maps.event.addListener(m_f849a0fae97c9a40b3c1c0330a5e6c37, 'click', function() {infowindow.open(map,m_f849a0fae97c9a40b3c1c0330a5e6c37);});$marker.push(m_f849a0fae97c9a40b3c1c0330a5e6c37);}});}google.maps.event.addDomListener(window, 'load', initialize);