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.8586,-76.2307)};var g_664a50707334b30e6fd702d6ab22ce30 = new google.maps.Geocoder();g_664a50707334b30e6fd702d6ab22ce30.geocode( { 'address': "16 W Main St, Ringtown, PA 17967, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ringtown-PA-mt-bank').style.display = '';map = new google.maps.Map(document.getElementById('ringtown-PA-mt-bank'), mapOptions);}document.getElementById('52bbfadd').innerHTML += ' | View Map';var $l664a50707334b30e6fd702d6ab22ce30 = '

M&T Bank

Address: 16 W Main St, Ringtown, PA 17967, USA
Phone: (570) 889-3181
';var m_664a50707334b30e6fd702d6ab22ce30 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'M&T Bank',});m_664a50707334b30e6fd702d6ab22ce30['infowindow'] = new google.maps.InfoWindow({content: $l664a50707334b30e6fd702d6ab22ce30});var infowindow = new google.maps.InfoWindow({content: $l664a50707334b30e6fd702d6ab22ce30});google.maps.event.addListener(m_664a50707334b30e6fd702d6ab22ce30, 'click', function() {infowindow.open(map,m_664a50707334b30e6fd702d6ab22ce30);});$marker.push(m_664a50707334b30e6fd702d6ab22ce30);}});}google.maps.event.addDomListener(window, 'load', initialize);