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.573,-83.3185)};var g_1dc907539dc8fc57e6b3cbf1a276ccce = new google.maps.Geocoder();g_1dc907539dc8fc57e6b3cbf1a276ccce.geocode( { 'address': "56 Stephen Cir, Toccoa, GA 30577"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('toccoa-GA-northeast-georgia-bank').style.display = '';map = new google.maps.Map(document.getElementById('toccoa-GA-northeast-georgia-bank'), mapOptions);}document.getElementById('465c32f0').innerHTML += ' | View Map';var $l1dc907539dc8fc57e6b3cbf1a276ccce = '

Northeast Georgia Bank

Address: 56 Stephen Cir, Toccoa, GA 30577
Phone: (706) 886-4351
';var m_1dc907539dc8fc57e6b3cbf1a276ccce = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northeast Georgia Bank',});m_1dc907539dc8fc57e6b3cbf1a276ccce['infowindow'] = new google.maps.InfoWindow({content: $l1dc907539dc8fc57e6b3cbf1a276ccce});var infowindow = new google.maps.InfoWindow({content: $l1dc907539dc8fc57e6b3cbf1a276ccce});google.maps.event.addListener(m_1dc907539dc8fc57e6b3cbf1a276ccce, 'click', function() {infowindow.open(map,m_1dc907539dc8fc57e6b3cbf1a276ccce);});$marker.push(m_1dc907539dc8fc57e6b3cbf1a276ccce);}});}google.maps.event.addDomListener(window, 'load', initialize);