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(37.5832,-77.4989)};var g_87159df0dcd6d3b95e9f8219091c28d2 = new google.maps.Geocoder();g_87159df0dcd6d3b95e9f8219091c28d2.geocode( { 'address': "1650 Willow Lawn Dr, Richmond, VA 23230, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('richmond-VA-village-bank-willow-lawn').style.display = '';map = new google.maps.Map(document.getElementById('richmond-VA-village-bank-willow-lawn'), mapOptions);}document.getElementById('f8359c9d').innerHTML += ' | View Map';var $l87159df0dcd6d3b95e9f8219091c28d2 = '

Village Bank (Willow Lawn)

Address: 1650 Willow Lawn Dr, Richmond, VA 23230, USA
Phone: (804) 419-8919
';var m_87159df0dcd6d3b95e9f8219091c28d2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Village Bank (Willow Lawn)',});m_87159df0dcd6d3b95e9f8219091c28d2['infowindow'] = new google.maps.InfoWindow({content: $l87159df0dcd6d3b95e9f8219091c28d2});var infowindow = new google.maps.InfoWindow({content: $l87159df0dcd6d3b95e9f8219091c28d2});google.maps.event.addListener(m_87159df0dcd6d3b95e9f8219091c28d2, 'click', function() {infowindow.open(map,m_87159df0dcd6d3b95e9f8219091c28d2);});$marker.push(m_87159df0dcd6d3b95e9f8219091c28d2);}});}google.maps.event.addDomListener(window, 'load', initialize);