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.2,-82.3273)};var g_a0f9f350ebe97f2711f78ac4431b374b = new google.maps.Geocoder();g_a0f9f350ebe97f2711f78ac4431b374b.geocode( { 'address': "142 Victory Dr, Lyons, GA 30436, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lyons-GA-vidalia-federal-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('lyons-GA-vidalia-federal-savings-bank'), mapOptions);}document.getElementById('4ebef759').innerHTML += ' | View Map';var $la0f9f350ebe97f2711f78ac4431b374b = '

Vidalia Federal Savings Bank

Address: 142 Victory Dr, Lyons, GA 30436, USA
Phone: (912) 526-8800
';var m_a0f9f350ebe97f2711f78ac4431b374b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Vidalia Federal Savings Bank',});m_a0f9f350ebe97f2711f78ac4431b374b['infowindow'] = new google.maps.InfoWindow({content: $la0f9f350ebe97f2711f78ac4431b374b});var infowindow = new google.maps.InfoWindow({content: $la0f9f350ebe97f2711f78ac4431b374b});google.maps.event.addListener(m_a0f9f350ebe97f2711f78ac4431b374b, 'click', function() {infowindow.open(map,m_a0f9f350ebe97f2711f78ac4431b374b);});$marker.push(m_a0f9f350ebe97f2711f78ac4431b374b);}});}google.maps.event.addDomListener(window, 'load', initialize);