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.9748,-83.3639)};var g_d4321507bfe4952b6d1475af03ba0297 = new google.maps.Geocoder();g_d4321507bfe4952b6d1475af03ba0297.geocode( { 'address': "455 Epps Bridge Pkwy, Athens, GA 30606"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('athens-GA-north-georgia-bank').style.display = '';map = new google.maps.Map(document.getElementById('athens-GA-north-georgia-bank'), mapOptions);}document.getElementById('b3f149ea').innerHTML += ' | View Map';var $ld4321507bfe4952b6d1475af03ba0297 = '

North Georgia Bank

Address: 455 Epps Bridge Pkwy, Athens, GA 30606
Phone: (706) 433-3455
';var m_d4321507bfe4952b6d1475af03ba0297 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'North Georgia Bank',});m_d4321507bfe4952b6d1475af03ba0297['infowindow'] = new google.maps.InfoWindow({content: $ld4321507bfe4952b6d1475af03ba0297});var infowindow = new google.maps.InfoWindow({content: $ld4321507bfe4952b6d1475af03ba0297});google.maps.event.addListener(m_d4321507bfe4952b6d1475af03ba0297, 'click', function() {infowindow.open(map,m_d4321507bfe4952b6d1475af03ba0297);});$marker.push(m_d4321507bfe4952b6d1475af03ba0297);}});}google.maps.event.addDomListener(window, 'load', initialize);