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.6347,-76.5749)};var g_12f686d32149a86635bb6cecb47ff139 = new google.maps.Geocoder();g_12f686d32149a86635bb6cecb47ff139.geocode( { 'address': "40 Cross St, Urbanna, VA 23175, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('urbanna-VA-atm-bbt').style.display = '';map = new google.maps.Map(document.getElementById('urbanna-VA-atm-bbt'), mapOptions);}document.getElementById('c48d1655').innerHTML += ' | View Map';var $l12f686d32149a86635bb6cecb47ff139 = '

ATM (BB&T)

Address: 40 Cross St, Urbanna, VA 23175, USA
Phone:
';var m_12f686d32149a86635bb6cecb47ff139 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (BB&T)',});m_12f686d32149a86635bb6cecb47ff139['infowindow'] = new google.maps.InfoWindow({content: $l12f686d32149a86635bb6cecb47ff139});var infowindow = new google.maps.InfoWindow({content: $l12f686d32149a86635bb6cecb47ff139});google.maps.event.addListener(m_12f686d32149a86635bb6cecb47ff139, 'click', function() {infowindow.open(map,m_12f686d32149a86635bb6cecb47ff139);});$marker.push(m_12f686d32149a86635bb6cecb47ff139);}});}google.maps.event.addDomListener(window, 'load', initialize);