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(39.6316,-79.9541)};var g_912a6a926b8dcba4d0e28cc3d3d288f4 = new google.maps.Geocoder();g_912a6a926b8dcba4d0e28cc3d3d288f4.geocode( { 'address': "466 High St, Morgantown, WV 26505, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('morgantown-WV-atm-bbt').style.display = '';map = new google.maps.Map(document.getElementById('morgantown-WV-atm-bbt'), mapOptions);}document.getElementById('2a3fe1ab').innerHTML += ' | View Map';var $l912a6a926b8dcba4d0e28cc3d3d288f4 = '

ATM (BB&T)

Address: 466 High St, Morgantown, WV 26505, USA
Phone: (304) 599-6200
';var m_912a6a926b8dcba4d0e28cc3d3d288f4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (BB&T)',});m_912a6a926b8dcba4d0e28cc3d3d288f4['infowindow'] = new google.maps.InfoWindow({content: $l912a6a926b8dcba4d0e28cc3d3d288f4});var infowindow = new google.maps.InfoWindow({content: $l912a6a926b8dcba4d0e28cc3d3d288f4});google.maps.event.addListener(m_912a6a926b8dcba4d0e28cc3d3d288f4, 'click', function() {infowindow.open(map,m_912a6a926b8dcba4d0e28cc3d3d288f4);});$marker.push(m_912a6a926b8dcba4d0e28cc3d3d288f4);}});}google.maps.event.addDomListener(window, 'load', initialize);