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.5025,-77.6448)};var g_f0afe3b239beb0c0cf60b8c099ec9d57 = new google.maps.Geocoder();g_f0afe3b239beb0c0cf60b8c099ec9d57.geocode( { 'address': "13319 Midlothian Turnpike, Midlothian, VA 23113, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('midlothian-VA-village-bank-hq').style.display = '';map = new google.maps.Map(document.getElementById('midlothian-VA-village-bank-hq'), mapOptions);}document.getElementById('ed2deb02').innerHTML += ' | View Map';var $lf0afe3b239beb0c0cf60b8c099ec9d57 = '

Village Bank (HQ)

Address: 13319 Midlothian Turnpike, Midlothian, VA 23113, USA
Phone: (804) 897-3900
';var m_f0afe3b239beb0c0cf60b8c099ec9d57 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Village Bank (HQ)',});m_f0afe3b239beb0c0cf60b8c099ec9d57['infowindow'] = new google.maps.InfoWindow({content: $lf0afe3b239beb0c0cf60b8c099ec9d57});var infowindow = new google.maps.InfoWindow({content: $lf0afe3b239beb0c0cf60b8c099ec9d57});google.maps.event.addListener(m_f0afe3b239beb0c0cf60b8c099ec9d57, 'click', function() {infowindow.open(map,m_f0afe3b239beb0c0cf60b8c099ec9d57);});$marker.push(m_f0afe3b239beb0c0cf60b8c099ec9d57);}});}google.maps.event.addDomListener(window, 'load', initialize);