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.4299,-78.3847)};var g_35de15a1ff2a0ba6a06901961f293033 = new google.maps.Geocoder();g_35de15a1ff2a0ba6a06901961f293033.geocode( { 'address': "1100 Blair St, Hollidaysburg, PA 16648, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hollidaysburg-PA-atm-mt-bank').style.display = '';map = new google.maps.Map(document.getElementById('hollidaysburg-PA-atm-mt-bank'), mapOptions);}document.getElementById('4e767ee6').innerHTML += ' | View Map';var $l35de15a1ff2a0ba6a06901961f293033 = '

ATM M&t Bank

Address: 1100 Blair St, Hollidaysburg, PA 16648, USA
Phone: (800) 627-3999
';var m_35de15a1ff2a0ba6a06901961f293033 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM M&t Bank',});m_35de15a1ff2a0ba6a06901961f293033['infowindow'] = new google.maps.InfoWindow({content: $l35de15a1ff2a0ba6a06901961f293033});var infowindow = new google.maps.InfoWindow({content: $l35de15a1ff2a0ba6a06901961f293033});google.maps.event.addListener(m_35de15a1ff2a0ba6a06901961f293033, 'click', function() {infowindow.open(map,m_35de15a1ff2a0ba6a06901961f293033);});$marker.push(m_35de15a1ff2a0ba6a06901961f293033);}});}google.maps.event.addDomListener(window, 'load', initialize);