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.9537,-84.5412)};var g_0fcbc3c0cf262c771001930af2406bbc = new google.maps.Geocoder();g_0fcbc3c0cf262c771001930af2406bbc.geocode( { 'address': "3622 Dallas Hwy SW, Marietta, GA 30064"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marietta-GA-georgia-heritage-bank').style.display = '';map = new google.maps.Map(document.getElementById('marietta-GA-georgia-heritage-bank'), mapOptions);}document.getElementById('e02588f1').innerHTML += ' | View Map';var $l0fcbc3c0cf262c771001930af2406bbc = '

Georgia Heritage Bank

Address: 3622 Dallas Hwy SW, Marietta, GA 30064
Phone: (770) 443-8274
';var m_0fcbc3c0cf262c771001930af2406bbc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Georgia Heritage Bank',});m_0fcbc3c0cf262c771001930af2406bbc['infowindow'] = new google.maps.InfoWindow({content: $l0fcbc3c0cf262c771001930af2406bbc});var infowindow = new google.maps.InfoWindow({content: $l0fcbc3c0cf262c771001930af2406bbc});google.maps.event.addListener(m_0fcbc3c0cf262c771001930af2406bbc, 'click', function() {infowindow.open(map,m_0fcbc3c0cf262c771001930af2406bbc);});$marker.push(m_0fcbc3c0cf262c771001930af2406bbc);}});}google.maps.event.addDomListener(window, 'load', initialize);