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.3878,-77.8857)};var g_9c37979072cc999b3bb572af7a02fc74 = new google.maps.Geocoder();g_9c37979072cc999b3bb572af7a02fc74.geocode( { 'address': "Intersections Route 9 And 480, Kearneysville, WV 25430, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kearneysville-WV-atm-mt-bank').style.display = '';map = new google.maps.Map(document.getElementById('kearneysville-WV-atm-mt-bank'), mapOptions);}document.getElementById('9cfd5b3b').innerHTML += ' | View Map';var $l9c37979072cc999b3bb572af7a02fc74 = '

ATM M&t Bank

Address: Intersections Route 9 And 480, Kearneysville, WV 25430, USA
Phone: (800) 627-3999
';var m_9c37979072cc999b3bb572af7a02fc74 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM M&t Bank',});m_9c37979072cc999b3bb572af7a02fc74['infowindow'] = new google.maps.InfoWindow({content: $l9c37979072cc999b3bb572af7a02fc74});var infowindow = new google.maps.InfoWindow({content: $l9c37979072cc999b3bb572af7a02fc74});google.maps.event.addListener(m_9c37979072cc999b3bb572af7a02fc74, 'click', function() {infowindow.open(map,m_9c37979072cc999b3bb572af7a02fc74);});$marker.push(m_9c37979072cc999b3bb572af7a02fc74);}});}google.maps.event.addDomListener(window, 'load', initialize);