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.4697,-84.9155)};var g_884a4efc3f1bb62712ea2e314bddaf82 = new google.maps.Geocoder();g_884a4efc3f1bb62712ea2e314bddaf82.geocode( { 'address': "1300 Lovers Lane Rd SE, Calhoun, GA 30701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('calhoun-GA-northside-bank').style.display = '';map = new google.maps.Map(document.getElementById('calhoun-GA-northside-bank'), mapOptions);}document.getElementById('d33b9c1b').innerHTML += ' | View Map';var $l884a4efc3f1bb62712ea2e314bddaf82 = '

Northside Bank

Address: 1300 Lovers Lane Rd SE, Calhoun, GA 30701, USA
Phone: (706) 307-7066
';var m_884a4efc3f1bb62712ea2e314bddaf82 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northside Bank',});m_884a4efc3f1bb62712ea2e314bddaf82['infowindow'] = new google.maps.InfoWindow({content: $l884a4efc3f1bb62712ea2e314bddaf82});var infowindow = new google.maps.InfoWindow({content: $l884a4efc3f1bb62712ea2e314bddaf82});google.maps.event.addListener(m_884a4efc3f1bb62712ea2e314bddaf82, 'click', function() {infowindow.open(map,m_884a4efc3f1bb62712ea2e314bddaf82);});$marker.push(m_884a4efc3f1bb62712ea2e314bddaf82);}});}google.maps.event.addDomListener(window, 'load', initialize);