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(38.2303,-79.1677)};var g_04e37ffc7319783d99fb337cf1948227 = new google.maps.Geocoder();g_04e37ffc7319783d99fb337cf1948227.geocode( { 'address': "23 Scenic Hwy Rd, Churchville, VA 24421, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('churchville-VA-atm-bbt').style.display = '';map = new google.maps.Map(document.getElementById('churchville-VA-atm-bbt'), mapOptions);}document.getElementById('155085b5').innerHTML += ' | View Map';var $l04e37ffc7319783d99fb337cf1948227 = '

ATM (BB&T)

Address: 23 Scenic Hwy Rd, Churchville, VA 24421, USA
Phone:
';var m_04e37ffc7319783d99fb337cf1948227 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (BB&T)',});m_04e37ffc7319783d99fb337cf1948227['infowindow'] = new google.maps.InfoWindow({content: $l04e37ffc7319783d99fb337cf1948227});var infowindow = new google.maps.InfoWindow({content: $l04e37ffc7319783d99fb337cf1948227});google.maps.event.addListener(m_04e37ffc7319783d99fb337cf1948227, 'click', function() {infowindow.open(map,m_04e37ffc7319783d99fb337cf1948227);});$marker.push(m_04e37ffc7319783d99fb337cf1948227);}});}google.maps.event.addDomListener(window, 'load', initialize);