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.0805,-79.3797)};var g_afdd7205a0f7eb2e420bd0e6d26cecd4 = new google.maps.Geocoder();g_afdd7205a0f7eb2e420bd0e6d26cecd4.geocode( { 'address': "125 Craig St, Craigsville, VA 24430, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('craigsville-VA-atm-bbt').style.display = '';map = new google.maps.Map(document.getElementById('craigsville-VA-atm-bbt'), mapOptions);}document.getElementById('db9f6474').innerHTML += ' | View Map';var $lafdd7205a0f7eb2e420bd0e6d26cecd4 = '

ATM (BB&T)

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