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.7257,-76.7655)};var g_191572f7ae3367146ab058aadd5cd5ce = new google.maps.Geocoder();g_191572f7ae3367146ab058aadd5cd5ce.geocode( { 'address': "6040 Steltz Rd, Glen Rock, PA 17327, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('glen-rock-PA-atm-mt-bank').style.display = '';map = new google.maps.Map(document.getElementById('glen-rock-PA-atm-mt-bank'), mapOptions);}document.getElementById('91849965').innerHTML += ' | View Map';var $l191572f7ae3367146ab058aadd5cd5ce = '

ATM M&t Bank

Address: 6040 Steltz Rd, Glen Rock, PA 17327, USA
Phone: (800) 627-3999
';var m_191572f7ae3367146ab058aadd5cd5ce = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM M&t Bank',});m_191572f7ae3367146ab058aadd5cd5ce['infowindow'] = new google.maps.InfoWindow({content: $l191572f7ae3367146ab058aadd5cd5ce});var infowindow = new google.maps.InfoWindow({content: $l191572f7ae3367146ab058aadd5cd5ce});google.maps.event.addListener(m_191572f7ae3367146ab058aadd5cd5ce, 'click', function() {infowindow.open(map,m_191572f7ae3367146ab058aadd5cd5ce);});$marker.push(m_191572f7ae3367146ab058aadd5cd5ce);}});}google.maps.event.addDomListener(window, 'load', initialize);