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

Village Bank

Address: 1650 Willow Lawn Dr, Richmond, VA 23230
Phone: (804) 285-3434
';var m_1650595a259f26526e8e71b3f29880eb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Village Bank',});m_1650595a259f26526e8e71b3f29880eb['infowindow'] = new google.maps.InfoWindow({content: $l1650595a259f26526e8e71b3f29880eb});var infowindow = new google.maps.InfoWindow({content: $l1650595a259f26526e8e71b3f29880eb});google.maps.event.addListener(m_1650595a259f26526e8e71b3f29880eb, 'click', function() {infowindow.open(map,m_1650595a259f26526e8e71b3f29880eb);});$marker.push(m_1650595a259f26526e8e71b3f29880eb);}});var g_467b617fec4d9fcb63505734ee224851 = new google.maps.Geocoder();g_467b617fec4d9fcb63505734ee224851.geocode( { 'address': "1401 Santa Rosa Rd, Richmond, VA 23229"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('richmond-VA-village-bank').style.display = '';map = new google.maps.Map(document.getElementById('richmond-VA-village-bank'), mapOptions);}document.getElementById('afb347ca').innerHTML += ' | View Map';var $l467b617fec4d9fcb63505734ee224851 = '

Village Bank

Address: 1401 Santa Rosa Rd, Richmond, VA 23229
Phone: (804) 545-6800
';var m_467b617fec4d9fcb63505734ee224851 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Village Bank',});m_467b617fec4d9fcb63505734ee224851['infowindow'] = new google.maps.InfoWindow({content: $l467b617fec4d9fcb63505734ee224851});var infowindow = new google.maps.InfoWindow({content: $l467b617fec4d9fcb63505734ee224851});google.maps.event.addListener(m_467b617fec4d9fcb63505734ee224851, 'click', function() {infowindow.open(map,m_467b617fec4d9fcb63505734ee224851);});$marker.push(m_467b617fec4d9fcb63505734ee224851);}});}google.maps.event.addDomListener(window, 'load', initialize);