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(40.8229,-78.3494)};var g_48c71486d88d11892a7ec311182eb973 = new google.maps.Geocoder();g_48c71486d88d11892a7ec311182eb973.geocode( { 'address': "146 Spring St, Houtzdale, PA 16651, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('houtzdale-PA-mt-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('houtzdale-PA-mt-bank-atm'), mapOptions);}document.getElementById('23fcde02').innerHTML += ' | View Map';var $l48c71486d88d11892a7ec311182eb973 = '

M&T Bank ATM

Address: 146 Spring St, Houtzdale, PA 16651, USA
Phone: (800) 724-2440
';var m_48c71486d88d11892a7ec311182eb973 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'M&T Bank ATM',});m_48c71486d88d11892a7ec311182eb973['infowindow'] = new google.maps.InfoWindow({content: $l48c71486d88d11892a7ec311182eb973});var infowindow = new google.maps.InfoWindow({content: $l48c71486d88d11892a7ec311182eb973});google.maps.event.addListener(m_48c71486d88d11892a7ec311182eb973, 'click', function() {infowindow.open(map,m_48c71486d88d11892a7ec311182eb973);});$marker.push(m_48c71486d88d11892a7ec311182eb973);}});}google.maps.event.addDomListener(window, 'load', initialize);