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.8666,-77.8553)};var g_a80fda97fd8c6c4ec2312844d5a4205c = new google.maps.Geocoder();g_a80fda97fd8c6c4ec2312844d5a4205c.geocode( { 'address': "8324 W Main St, Marshall, VA 20115, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marshall-VA-atm-bbt').style.display = '';map = new google.maps.Map(document.getElementById('marshall-VA-atm-bbt'), mapOptions);}document.getElementById('9f29f254').innerHTML += ' | View Map';var $la80fda97fd8c6c4ec2312844d5a4205c = '

ATM (BB&T)

Address: 8324 W Main St, Marshall, VA 20115, USA
Phone: (800) 627-3999
';var m_a80fda97fd8c6c4ec2312844d5a4205c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (BB&T)',});m_a80fda97fd8c6c4ec2312844d5a4205c['infowindow'] = new google.maps.InfoWindow({content: $la80fda97fd8c6c4ec2312844d5a4205c});var infowindow = new google.maps.InfoWindow({content: $la80fda97fd8c6c4ec2312844d5a4205c});google.maps.event.addListener(m_a80fda97fd8c6c4ec2312844d5a4205c, 'click', function() {infowindow.open(map,m_a80fda97fd8c6c4ec2312844d5a4205c);});$marker.push(m_a80fda97fd8c6c4ec2312844d5a4205c);}});}google.maps.event.addDomListener(window, 'load', initialize);