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.4677,-84.4299)};var g_7e13be91f68118f451f282f4423be623 = new google.maps.Geocoder();g_7e13be91f68118f451f282f4423be623.geocode( { 'address': "2 S Main St, Jasper, GA 30143, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jasper-GA-synovus---bank-of-north-georgia').style.display = '';map = new google.maps.Map(document.getElementById('jasper-GA-synovus---bank-of-north-georgia'), mapOptions);}document.getElementById('ff002aec').innerHTML += ' | View Map';var $l7e13be91f68118f451f282f4423be623 = '

Synovus - Bank of North Georgia

Address: 2 S Main St, Jasper, GA 30143, USA
Phone: (770) 576-4471
';var m_7e13be91f68118f451f282f4423be623 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Synovus - Bank of North Georgia',});m_7e13be91f68118f451f282f4423be623['infowindow'] = new google.maps.InfoWindow({content: $l7e13be91f68118f451f282f4423be623});var infowindow = new google.maps.InfoWindow({content: $l7e13be91f68118f451f282f4423be623});google.maps.event.addListener(m_7e13be91f68118f451f282f4423be623, 'click', function() {infowindow.open(map,m_7e13be91f68118f451f282f4423be623);});$marker.push(m_7e13be91f68118f451f282f4423be623);}});}google.maps.event.addDomListener(window, 'load', initialize);