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(33.9945,-84.86)};var g_84ed30001fcccfc70cc54b02b82bbe7d = new google.maps.Geocoder();g_84ed30001fcccfc70cc54b02b82bbe7d.geocode( { 'address': "18 Georgia Heritage Pl, Dallas, GA 30132"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dallas-GA-georgia-heritage-bank').style.display = '';map = new google.maps.Map(document.getElementById('dallas-GA-georgia-heritage-bank'), mapOptions);}document.getElementById('ad1dc11c').innerHTML += ' | View Map';var $l84ed30001fcccfc70cc54b02b82bbe7d = '

Georgia Heritage Bank

Address: 18 Georgia Heritage Pl, Dallas, GA 30132
Phone: (770) 445-8888
';var m_84ed30001fcccfc70cc54b02b82bbe7d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Georgia Heritage Bank',});m_84ed30001fcccfc70cc54b02b82bbe7d['infowindow'] = new google.maps.InfoWindow({content: $l84ed30001fcccfc70cc54b02b82bbe7d});var infowindow = new google.maps.InfoWindow({content: $l84ed30001fcccfc70cc54b02b82bbe7d});google.maps.event.addListener(m_84ed30001fcccfc70cc54b02b82bbe7d, 'click', function() {infowindow.open(map,m_84ed30001fcccfc70cc54b02b82bbe7d);});$marker.push(m_84ed30001fcccfc70cc54b02b82bbe7d);}});}google.maps.event.addDomListener(window, 'load', initialize);