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.8806,-81.7639)};var g_b067b638413624db38787874cbe49df3 = new google.maps.Geocoder();g_b067b638413624db38787874cbe49df3.geocode( { 'address': "109 Palmer Ave, Saltville, VA 24370, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saltville-VA-atm-bbt').style.display = '';map = new google.maps.Map(document.getElementById('saltville-VA-atm-bbt'), mapOptions);}document.getElementById('202622f7').innerHTML += ' | View Map';var $lb067b638413624db38787874cbe49df3 = '

ATM (BB&T)

Address: 109 Palmer Ave, Saltville, VA 24370, USA
Phone:
';var m_b067b638413624db38787874cbe49df3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (BB&T)',});m_b067b638413624db38787874cbe49df3['infowindow'] = new google.maps.InfoWindow({content: $lb067b638413624db38787874cbe49df3});var infowindow = new google.maps.InfoWindow({content: $lb067b638413624db38787874cbe49df3});google.maps.event.addListener(m_b067b638413624db38787874cbe49df3, 'click', function() {infowindow.open(map,m_b067b638413624db38787874cbe49df3);});$marker.push(m_b067b638413624db38787874cbe49df3);}});}google.maps.event.addDomListener(window, 'load', initialize);