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(32.2104,-82.4115)};var g_02213b4edfc0e8a315f71f9aa99e340b = new google.maps.Geocoder();g_02213b4edfc0e8a315f71f9aa99e340b.geocode( { 'address': "125 S Lee St, Vidalia, GA 30474"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('vidalia-GA-montgomery-county-bank').style.display = '';map = new google.maps.Map(document.getElementById('vidalia-GA-montgomery-county-bank'), mapOptions);}document.getElementById('c3a237fc').innerHTML += ' | View Map';var $l02213b4edfc0e8a315f71f9aa99e340b = '

Montgomery County Bank

Address: 125 S Lee St, Vidalia, GA 30474
Phone: (912) 537-4117
';var m_02213b4edfc0e8a315f71f9aa99e340b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Montgomery County Bank',});m_02213b4edfc0e8a315f71f9aa99e340b['infowindow'] = new google.maps.InfoWindow({content: $l02213b4edfc0e8a315f71f9aa99e340b});var infowindow = new google.maps.InfoWindow({content: $l02213b4edfc0e8a315f71f9aa99e340b});google.maps.event.addListener(m_02213b4edfc0e8a315f71f9aa99e340b, 'click', function() {infowindow.open(map,m_02213b4edfc0e8a315f71f9aa99e340b);});$marker.push(m_02213b4edfc0e8a315f71f9aa99e340b);}});}google.maps.event.addDomListener(window, 'load', initialize);