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(39.0869,-78.2068)};var g_186ba2b5d093634fd7a873faea7e41ba = new google.maps.Geocoder();g_186ba2b5d093634fd7a873faea7e41ba.geocode( { 'address': "100 Elizabeth Dr, Stephens City, VA 22655"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stephens-city-VA-virginia-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('stephens-city-VA-virginia-savings-bank'), mapOptions);}document.getElementById('53fea315').innerHTML += ' | View Map';var $l186ba2b5d093634fd7a873faea7e41ba = '

Virginia Savings Bank

Address: 100 Elizabeth Dr, Stephens City, VA 22655
Phone: (540) 869-5588
';var m_186ba2b5d093634fd7a873faea7e41ba = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Virginia Savings Bank',});m_186ba2b5d093634fd7a873faea7e41ba['infowindow'] = new google.maps.InfoWindow({content: $l186ba2b5d093634fd7a873faea7e41ba});var infowindow = new google.maps.InfoWindow({content: $l186ba2b5d093634fd7a873faea7e41ba});google.maps.event.addListener(m_186ba2b5d093634fd7a873faea7e41ba, 'click', function() {infowindow.open(map,m_186ba2b5d093634fd7a873faea7e41ba);});$marker.push(m_186ba2b5d093634fd7a873faea7e41ba);}});}google.maps.event.addDomListener(window, 'load', initialize);