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.5136,-84.2158)};var g_dd03de08bfdff4d8ab01117276564cc7 = new google.maps.Geocoder();g_dd03de08bfdff4d8ab01117276564cc7.geocode( { 'address': "830 Eagles Landing Pkwy #100, Stockbridge, GA 30281, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stockbridge-GA-heritage-bank').style.display = '';map = new google.maps.Map(document.getElementById('stockbridge-GA-heritage-bank'), mapOptions);}document.getElementById('a69ec6c7').innerHTML += ' | View Map';var $ldd03de08bfdff4d8ab01117276564cc7 = '

Heritage Bank

Address: 830 Eagles Landing Pkwy #100, Stockbridge, GA 30281, USA
Phone: (770) 478-8881
';var m_dd03de08bfdff4d8ab01117276564cc7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Heritage Bank',});m_dd03de08bfdff4d8ab01117276564cc7['infowindow'] = new google.maps.InfoWindow({content: $ldd03de08bfdff4d8ab01117276564cc7});var infowindow = new google.maps.InfoWindow({content: $ldd03de08bfdff4d8ab01117276564cc7});google.maps.event.addListener(m_dd03de08bfdff4d8ab01117276564cc7, 'click', function() {infowindow.open(map,m_dd03de08bfdff4d8ab01117276564cc7);});$marker.push(m_dd03de08bfdff4d8ab01117276564cc7);}});}google.maps.event.addDomListener(window, 'load', initialize);