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.92,-83.5147)};var g_f7467fe167bd12ca8f499ba0ab634e2d = new google.maps.Geocoder();g_f7467fe167bd12ca8f499ba0ab634e2d.geocode( { 'address': "2441 Monroe Hwy, Bogart, GA 30622, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bogart-GA-oconee-state-bank---bogart-branch').style.display = '';map = new google.maps.Map(document.getElementById('bogart-GA-oconee-state-bank---bogart-branch'), mapOptions);}document.getElementById('df84c0cc').innerHTML += ' | View Map';var $lf7467fe167bd12ca8f499ba0ab634e2d = '

Oconee State Bank - Bogart Branch

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