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(34.2475,-84.5241)};var g_5febb7a1b72d6c526770e9d44006a683 = new google.maps.Geocoder();g_5febb7a1b72d6c526770e9d44006a683.geocode( { 'address': "1925 Marietta Hwy, Canton, GA 30114"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('canton-GA-hambersham-bank').style.display = '';map = new google.maps.Map(document.getElementById('canton-GA-hambersham-bank'), mapOptions);}document.getElementById('4c8c32b9').innerHTML += ' | View Map';var $l5febb7a1b72d6c526770e9d44006a683 = '

Hambersham Bank

Address: 1925 Marietta Hwy, Canton, GA 30114
Phone: (770) 479-2111
';var m_5febb7a1b72d6c526770e9d44006a683 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hambersham Bank',});m_5febb7a1b72d6c526770e9d44006a683['infowindow'] = new google.maps.InfoWindow({content: $l5febb7a1b72d6c526770e9d44006a683});var infowindow = new google.maps.InfoWindow({content: $l5febb7a1b72d6c526770e9d44006a683});google.maps.event.addListener(m_5febb7a1b72d6c526770e9d44006a683, 'click', function() {infowindow.open(map,m_5febb7a1b72d6c526770e9d44006a683);});$marker.push(m_5febb7a1b72d6c526770e9d44006a683);}});}google.maps.event.addDomListener(window, 'load', initialize);