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.8193,-77.0642)};var g_e1803a3334f46657488cd4a2b6ba1b4a = new google.maps.Geocoder();g_e1803a3334f46657488cd4a2b6ba1b4a.geocode( { 'address': "1717 King St, Alexandria, VA 22314"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alexandria-VA-f-m-bank').style.display = '';map = new google.maps.Map(document.getElementById('alexandria-VA-f-m-bank'), mapOptions);}document.getElementById('f1268a69').innerHTML += ' | View Map';var $le1803a3334f46657488cd4a2b6ba1b4a = '

F & M Bank

Address: 1717 King St, Alexandria, VA 22314
Phone: (703) 549-8262
';var m_e1803a3334f46657488cd4a2b6ba1b4a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'F & M Bank',});m_e1803a3334f46657488cd4a2b6ba1b4a['infowindow'] = new google.maps.InfoWindow({content: $le1803a3334f46657488cd4a2b6ba1b4a});var infowindow = new google.maps.InfoWindow({content: $le1803a3334f46657488cd4a2b6ba1b4a});google.maps.event.addListener(m_e1803a3334f46657488cd4a2b6ba1b4a, 'click', function() {infowindow.open(map,m_e1803a3334f46657488cd4a2b6ba1b4a);});$marker.push(m_e1803a3334f46657488cd4a2b6ba1b4a);}});}google.maps.event.addDomListener(window, 'load', initialize);