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.6706,-82.2765)};var g_c4c65c2e1f678ba44aa520651fee3941 = new google.maps.Geocoder();g_c4c65c2e1f678ba44aa520651fee3941.geocode( { 'address': "250 E 2nd Ave, Williamson, WV 25661, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('williamson-WV-bbt-atm').style.display = '';map = new google.maps.Map(document.getElementById('williamson-WV-bbt-atm'), mapOptions);}document.getElementById('a093ad51').innerHTML += ' | View Map';var $lc4c65c2e1f678ba44aa520651fee3941 = '

BB&T ATM

Address: 250 E 2nd Ave, Williamson, WV 25661, USA
Phone: (800) 226-5228
';var m_c4c65c2e1f678ba44aa520651fee3941 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T ATM',});m_c4c65c2e1f678ba44aa520651fee3941['infowindow'] = new google.maps.InfoWindow({content: $lc4c65c2e1f678ba44aa520651fee3941});var infowindow = new google.maps.InfoWindow({content: $lc4c65c2e1f678ba44aa520651fee3941});google.maps.event.addListener(m_c4c65c2e1f678ba44aa520651fee3941, 'click', function() {infowindow.open(map,m_c4c65c2e1f678ba44aa520651fee3941);});$marker.push(m_c4c65c2e1f678ba44aa520651fee3941);}});}google.maps.event.addDomListener(window, 'load', initialize);