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.1696,-75.1425)};var g_14cd06dc182d6ef43dfc5395b5aded78 = new google.maps.Geocoder();g_14cd06dc182d6ef43dfc5395b5aded78.geocode( { 'address': "601 Dresher Rd, Horsham, PA 19044, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('horsham-PA-mt-bank').style.display = '';map = new google.maps.Map(document.getElementById('horsham-PA-mt-bank'), mapOptions);}document.getElementById('ecbd5b98').innerHTML += ' | View Map';var $l14cd06dc182d6ef43dfc5395b5aded78 = '

M&T Bank

Address: 601 Dresher Rd, Horsham, PA 19044, USA
Phone: (215) 956-7001
';var m_14cd06dc182d6ef43dfc5395b5aded78 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'M&T Bank',});m_14cd06dc182d6ef43dfc5395b5aded78['infowindow'] = new google.maps.InfoWindow({content: $l14cd06dc182d6ef43dfc5395b5aded78});var infowindow = new google.maps.InfoWindow({content: $l14cd06dc182d6ef43dfc5395b5aded78});google.maps.event.addListener(m_14cd06dc182d6ef43dfc5395b5aded78, 'click', function() {infowindow.open(map,m_14cd06dc182d6ef43dfc5395b5aded78);});$marker.push(m_14cd06dc182d6ef43dfc5395b5aded78);}});}google.maps.event.addDomListener(window, 'load', initialize);