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(36.8265,-79.3988)};var g_f7fce47a8468f42b347af74fe2a9dff0 = new google.maps.Geocoder();g_f7fce47a8468f42b347af74fe2a9dff0.geocode( { 'address': "2 Main St, Chatham, VA 24531, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chatham-VA-atm-bbt').style.display = '';map = new google.maps.Map(document.getElementById('chatham-VA-atm-bbt'), mapOptions);}document.getElementById('0d9e6ee1').innerHTML += ' | View Map';var $lf7fce47a8468f42b347af74fe2a9dff0 = '

ATM (BB&T)

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