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_cdca3a8105fb4877c4e0f5a37c5dff23 = new google.maps.Geocoder();g_cdca3a8105fb4877c4e0f5a37c5dff23.geocode( { 'address': "2441 Monroe Hwy, Watkinsville, GA 30677"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('watkinsville-GA-oconee-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('watkinsville-GA-oconee-state-bank'), mapOptions);}document.getElementById('c50f6fc2').innerHTML += ' | View Map';var $lcdca3a8105fb4877c4e0f5a37c5dff23 = '

Oconee State Bank

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