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.4332,-77.8133)};var g_46fe4cdc0ddba7b48052cdecd75cc35c = new google.maps.Geocoder();g_46fe4cdc0ddba7b48052cdecd75cc35c.geocode( { 'address': "8332 Martinsburg Pike, Shepherdstown, WV 25443, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('shepherdstown-WV-atm-mt-bank').style.display = '';map = new google.maps.Map(document.getElementById('shepherdstown-WV-atm-mt-bank'), mapOptions);}document.getElementById('956583c9').innerHTML += ' | View Map';var $l46fe4cdc0ddba7b48052cdecd75cc35c = '

ATM M&t Bank

Address: 8332 Martinsburg Pike, Shepherdstown, WV 25443, USA
Phone: (800) 627-3999
';var m_46fe4cdc0ddba7b48052cdecd75cc35c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM M&t Bank',});m_46fe4cdc0ddba7b48052cdecd75cc35c['infowindow'] = new google.maps.InfoWindow({content: $l46fe4cdc0ddba7b48052cdecd75cc35c});var infowindow = new google.maps.InfoWindow({content: $l46fe4cdc0ddba7b48052cdecd75cc35c});google.maps.event.addListener(m_46fe4cdc0ddba7b48052cdecd75cc35c, 'click', function() {infowindow.open(map,m_46fe4cdc0ddba7b48052cdecd75cc35c);});$marker.push(m_46fe4cdc0ddba7b48052cdecd75cc35c);}});}google.maps.event.addDomListener(window, 'load', initialize);