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.4668,-77.6593)};var g_79cef9cc5c842ee39e164009c7554da2 = new google.maps.Geocoder();g_79cef9cc5c842ee39e164009c7554da2.geocode( { 'address': "13710 St Francis Blvd, Midlothian, VA 23114, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('midlothian-VA-village-bank-st-francis-medical-center---atm-only').style.display = '';map = new google.maps.Map(document.getElementById('midlothian-VA-village-bank-st-francis-medical-center---atm-only'), mapOptions);}document.getElementById('40b98caa').innerHTML += ' | View Map';var $l79cef9cc5c842ee39e164009c7554da2 = '

Village Bank (St. Francis Medical Center - ATM Only)

Address: 13710 St Francis Blvd, Midlothian, VA 23114, USA
Phone: (804) 419-8919
';var m_79cef9cc5c842ee39e164009c7554da2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Village Bank (St. Francis Medical Center - ATM Only)',});m_79cef9cc5c842ee39e164009c7554da2['infowindow'] = new google.maps.InfoWindow({content: $l79cef9cc5c842ee39e164009c7554da2});var infowindow = new google.maps.InfoWindow({content: $l79cef9cc5c842ee39e164009c7554da2});google.maps.event.addListener(m_79cef9cc5c842ee39e164009c7554da2, 'click', function() {infowindow.open(map,m_79cef9cc5c842ee39e164009c7554da2);});$marker.push(m_79cef9cc5c842ee39e164009c7554da2);}});}google.maps.event.addDomListener(window, 'load', initialize);