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(38.6941,-77.8522)};var g_5a704ff416494bc5729eb71bdf39657c = new google.maps.Geocoder();g_5a704ff416494bc5729eb71bdf39657c.geocode( { 'address': "37 Main St, Warrenton, VA 20186"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('warrenton-VA-southern-financial-federal-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('warrenton-VA-southern-financial-federal-savings-bank'), mapOptions);}document.getElementById('24e28e2b').innerHTML += ' | View Map';var $l5a704ff416494bc5729eb71bdf39657c = '

Southern Financial Federal Savings Bank

Address: 37 Main St, Warrenton, VA 20186
Phone: (540) 349-3900
';var m_5a704ff416494bc5729eb71bdf39657c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Southern Financial Federal Savings Bank',});m_5a704ff416494bc5729eb71bdf39657c['infowindow'] = new google.maps.InfoWindow({content: $l5a704ff416494bc5729eb71bdf39657c});var infowindow = new google.maps.InfoWindow({content: $l5a704ff416494bc5729eb71bdf39657c});google.maps.event.addListener(m_5a704ff416494bc5729eb71bdf39657c, 'click', function() {infowindow.open(map,m_5a704ff416494bc5729eb71bdf39657c);});$marker.push(m_5a704ff416494bc5729eb71bdf39657c);}});}google.maps.event.addDomListener(window, 'load', initialize);