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.4579,-77.966)};var g_eb5f98d7ac0610be74af98bcfc18fe1f = new google.maps.Geocoder();g_eb5f98d7ac0610be74af98bcfc18fe1f.geocode( { 'address': "301 W Burke St, Martinsburg, WV 25401, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('martinsburg-WV-atm-bbt-bank').style.display = '';map = new google.maps.Map(document.getElementById('martinsburg-WV-atm-bbt-bank'), mapOptions);}document.getElementById('c5fc05b7').innerHTML += ' | View Map';var $leb5f98d7ac0610be74af98bcfc18fe1f = '

ATM (BB&T Bank)

Address: 301 W Burke St, Martinsburg, WV 25401, USA
Phone:
';var m_eb5f98d7ac0610be74af98bcfc18fe1f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (BB&T Bank)',});m_eb5f98d7ac0610be74af98bcfc18fe1f['infowindow'] = new google.maps.InfoWindow({content: $leb5f98d7ac0610be74af98bcfc18fe1f});var infowindow = new google.maps.InfoWindow({content: $leb5f98d7ac0610be74af98bcfc18fe1f});google.maps.event.addListener(m_eb5f98d7ac0610be74af98bcfc18fe1f, 'click', function() {infowindow.open(map,m_eb5f98d7ac0610be74af98bcfc18fe1f);});$marker.push(m_eb5f98d7ac0610be74af98bcfc18fe1f);}});}google.maps.event.addDomListener(window, 'load', initialize);