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.4963,-78.2455)};var g_7d24a35b34cc00f9606ecfcad94b35ac = new google.maps.Geocoder();g_7d24a35b34cc00f9606ecfcad94b35ac.geocode( { 'address': "1496 Anderson Hwy, Cumberland, VA 23040, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cumberland-VA-atm-bbt').style.display = '';map = new google.maps.Map(document.getElementById('cumberland-VA-atm-bbt'), mapOptions);}document.getElementById('531dc808').innerHTML += ' | View Map';var $l7d24a35b34cc00f9606ecfcad94b35ac = '

ATM (BB&T)

Address: 1496 Anderson Hwy, Cumberland, VA 23040, USA
Phone:
';var m_7d24a35b34cc00f9606ecfcad94b35ac = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (BB&T)',});m_7d24a35b34cc00f9606ecfcad94b35ac['infowindow'] = new google.maps.InfoWindow({content: $l7d24a35b34cc00f9606ecfcad94b35ac});var infowindow = new google.maps.InfoWindow({content: $l7d24a35b34cc00f9606ecfcad94b35ac});google.maps.event.addListener(m_7d24a35b34cc00f9606ecfcad94b35ac, 'click', function() {infowindow.open(map,m_7d24a35b34cc00f9606ecfcad94b35ac);});$marker.push(m_7d24a35b34cc00f9606ecfcad94b35ac);}});}google.maps.event.addDomListener(window, 'load', initialize);