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.2166,-77.0087)};var g_044c326638b59e6c638ce6abe8635a01 = new google.maps.Geocoder();g_044c326638b59e6c638ce6abe8635a01.geocode( { 'address': "6560 Carlisle Pike, STE 500, Mechanicsburg, PA 17050"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mechanicsburg-PA-m-t-bank').style.display = '';map = new google.maps.Map(document.getElementById('mechanicsburg-PA-m-t-bank'), mapOptions);}document.getElementById('91441d15').innerHTML += ' | View Map';var $l044c326638b59e6c638ce6abe8635a01 = '

M & T Bank

Address: 6560 Carlisle Pike, STE 500, Mechanicsburg, PA 17050
Phone: (717) 697-5418
';var m_044c326638b59e6c638ce6abe8635a01 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'M & T Bank',});m_044c326638b59e6c638ce6abe8635a01['infowindow'] = new google.maps.InfoWindow({content: $l044c326638b59e6c638ce6abe8635a01});var infowindow = new google.maps.InfoWindow({content: $l044c326638b59e6c638ce6abe8635a01});google.maps.event.addListener(m_044c326638b59e6c638ce6abe8635a01, 'click', function() {infowindow.open(map,m_044c326638b59e6c638ce6abe8635a01);});$marker.push(m_044c326638b59e6c638ce6abe8635a01);}});}google.maps.event.addDomListener(window, 'load', initialize);