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(41.2403,-77.0026)};var g_da40b5f72989d21805e8070aa891da73 = new google.maps.Geocoder();g_da40b5f72989d21805e8070aa891da73.geocode( { 'address': "101 W 3rd St, Williamsport, PA 17701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('williamsport-PA-mt-investment-co-inc').style.display = '';map = new google.maps.Map(document.getElementById('williamsport-PA-mt-investment-co-inc'), mapOptions);}document.getElementById('ed9a9e9c').innerHTML += ' | View Map';var $lda40b5f72989d21805e8070aa891da73 = '

M&t Investment Co Inc

Address: 101 W 3rd St, Williamsport, PA 17701, USA
Phone: (570) 327-2150
';var m_da40b5f72989d21805e8070aa891da73 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'M&t Investment Co Inc',});m_da40b5f72989d21805e8070aa891da73['infowindow'] = new google.maps.InfoWindow({content: $lda40b5f72989d21805e8070aa891da73});var infowindow = new google.maps.InfoWindow({content: $lda40b5f72989d21805e8070aa891da73});google.maps.event.addListener(m_da40b5f72989d21805e8070aa891da73, 'click', function() {infowindow.open(map,m_da40b5f72989d21805e8070aa891da73);});$marker.push(m_da40b5f72989d21805e8070aa891da73);}});}google.maps.event.addDomListener(window, 'load', initialize);