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.41,-78.6209)};var g_7b99efbc101a6013d2c710028bca5cbf = new google.maps.Geocoder();g_7b99efbc101a6013d2c710028bca5cbf.geocode( { 'address': "250 S Stuart Ave, Elkton, VA 22827"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('elkton-VA-first-virginia-bank').style.display = '';map = new google.maps.Map(document.getElementById('elkton-VA-first-virginia-bank'), mapOptions);}document.getElementById('fd8e324e').innerHTML += ' | View Map';var $l7b99efbc101a6013d2c710028bca5cbf = '

First Virginia Bank

Address: 250 S Stuart Ave, Elkton, VA 22827
Phone: (540) 298-2400
';var m_7b99efbc101a6013d2c710028bca5cbf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Virginia Bank',});m_7b99efbc101a6013d2c710028bca5cbf['infowindow'] = new google.maps.InfoWindow({content: $l7b99efbc101a6013d2c710028bca5cbf});var infowindow = new google.maps.InfoWindow({content: $l7b99efbc101a6013d2c710028bca5cbf});google.maps.event.addListener(m_7b99efbc101a6013d2c710028bca5cbf, 'click', function() {infowindow.open(map,m_7b99efbc101a6013d2c710028bca5cbf);});$marker.push(m_7b99efbc101a6013d2c710028bca5cbf);}});}google.maps.event.addDomListener(window, 'load', initialize);