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.1202,-76.5304)};var g_65501f00d595995b73f43f8c5ec2866c = new google.maps.Geocoder();g_65501f00d595995b73f43f8c5ec2866c.geocode( { 'address': "State & Main Streets, Millville, PA 17846, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('millville-PA-mt-bank').style.display = '';map = new google.maps.Map(document.getElementById('millville-PA-mt-bank'), mapOptions);}document.getElementById('e00a3529').innerHTML += ' | View Map';var $l65501f00d595995b73f43f8c5ec2866c = '

M&T Bank

Address: State & Main Streets, Millville, PA 17846, USA
Phone: (570) 458-5505
';var m_65501f00d595995b73f43f8c5ec2866c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'M&T Bank',});m_65501f00d595995b73f43f8c5ec2866c['infowindow'] = new google.maps.InfoWindow({content: $l65501f00d595995b73f43f8c5ec2866c});var infowindow = new google.maps.InfoWindow({content: $l65501f00d595995b73f43f8c5ec2866c});google.maps.event.addListener(m_65501f00d595995b73f43f8c5ec2866c, 'click', function() {infowindow.open(map,m_65501f00d595995b73f43f8c5ec2866c);});$marker.push(m_65501f00d595995b73f43f8c5ec2866c);}});}google.maps.event.addDomListener(window, 'load', initialize);