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.9925,-78.1673)};var g_efbff9ca2fa30ffe3d58261df8aa3a82 = new google.maps.Geocoder();g_efbff9ca2fa30ffe3d58261df8aa3a82.geocode( { 'address': "111 Rolling Stone Rd, Kylertown, PA 16847, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kylertown-PA-mt-bank').style.display = '';map = new google.maps.Map(document.getElementById('kylertown-PA-mt-bank'), mapOptions);}document.getElementById('2569b064').innerHTML += ' | View Map';var $lefbff9ca2fa30ffe3d58261df8aa3a82 = '

M&T Bank

Address: 111 Rolling Stone Rd, Kylertown, PA 16847, USA
Phone: (814) 345-5679
';var m_efbff9ca2fa30ffe3d58261df8aa3a82 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'M&T Bank',});m_efbff9ca2fa30ffe3d58261df8aa3a82['infowindow'] = new google.maps.InfoWindow({content: $lefbff9ca2fa30ffe3d58261df8aa3a82});var infowindow = new google.maps.InfoWindow({content: $lefbff9ca2fa30ffe3d58261df8aa3a82});google.maps.event.addListener(m_efbff9ca2fa30ffe3d58261df8aa3a82, 'click', function() {infowindow.open(map,m_efbff9ca2fa30ffe3d58261df8aa3a82);});$marker.push(m_efbff9ca2fa30ffe3d58261df8aa3a82);}});}google.maps.event.addDomListener(window, 'load', initialize);