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.8484,-83.4142)};var g_fae742985020ac693a4acebfc6409cca = new google.maps.Geocoder();g_fae742985020ac693a4acebfc6409cca.geocode( { 'address': "7920 Macon Hwy, Watkinsville, GA 30677"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('watkinsville-GA-oconee-state-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('watkinsville-GA-oconee-state-bank-atm'), mapOptions);}document.getElementById('c5c09855').innerHTML += ' | View Map';var $lfae742985020ac693a4acebfc6409cca = '

Oconee State Bank ATM

Address: 7920 Macon Hwy, Watkinsville, GA 30677
Phone: (706) 769-6611
';var m_fae742985020ac693a4acebfc6409cca = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Oconee State Bank ATM',});m_fae742985020ac693a4acebfc6409cca['infowindow'] = new google.maps.InfoWindow({content: $lfae742985020ac693a4acebfc6409cca});var infowindow = new google.maps.InfoWindow({content: $lfae742985020ac693a4acebfc6409cca});google.maps.event.addListener(m_fae742985020ac693a4acebfc6409cca, 'click', function() {infowindow.open(map,m_fae742985020ac693a4acebfc6409cca);});$marker.push(m_fae742985020ac693a4acebfc6409cca);}});}google.maps.event.addDomListener(window, 'load', initialize);