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.7912,-80.3025)};var g_af9079af31ee57735ad9c8c01523e8e8 = new google.maps.Geocoder();g_af9079af31ee57735ad9c8c01523e8e8.geocode( { 'address': "115 W Main St, White Sulphur Springs, WV 24986, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('white-sulphur-springs-WV-bbt-atm').style.display = '';map = new google.maps.Map(document.getElementById('white-sulphur-springs-WV-bbt-atm'), mapOptions);}document.getElementById('9c5fad46').innerHTML += ' | View Map';var $laf9079af31ee57735ad9c8c01523e8e8 = '

BB&T ATM

Address: 115 W Main St, White Sulphur Springs, WV 24986, USA
Phone: (800) 226-5228
';var m_af9079af31ee57735ad9c8c01523e8e8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T ATM',});m_af9079af31ee57735ad9c8c01523e8e8['infowindow'] = new google.maps.InfoWindow({content: $laf9079af31ee57735ad9c8c01523e8e8});var infowindow = new google.maps.InfoWindow({content: $laf9079af31ee57735ad9c8c01523e8e8});google.maps.event.addListener(m_af9079af31ee57735ad9c8c01523e8e8, 'click', function() {infowindow.open(map,m_af9079af31ee57735ad9c8c01523e8e8);});$marker.push(m_af9079af31ee57735ad9c8c01523e8e8);}});}google.maps.event.addDomListener(window, 'load', initialize);