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.866,-75.2052)};var g_78775654c69f1cb73d97d96c1c65354e = new google.maps.Geocoder();g_78775654c69f1cb73d97d96c1c65354e.geocode( { 'address': "25 Broadway, Bangor, PA 18013, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bangor-PA-mnb-corporation').style.display = '';map = new google.maps.Map(document.getElementById('bangor-PA-mnb-corporation'), mapOptions);}document.getElementById('5f43850e').innerHTML += ' | View Map';var $l78775654c69f1cb73d97d96c1c65354e = '

MNB Corporation

Address: 25 Broadway, Bangor, PA 18013, USA
Phone: (610) 588-0981
';var m_78775654c69f1cb73d97d96c1c65354e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MNB Corporation',});m_78775654c69f1cb73d97d96c1c65354e['infowindow'] = new google.maps.InfoWindow({content: $l78775654c69f1cb73d97d96c1c65354e});var infowindow = new google.maps.InfoWindow({content: $l78775654c69f1cb73d97d96c1c65354e});google.maps.event.addListener(m_78775654c69f1cb73d97d96c1c65354e, 'click', function() {infowindow.open(map,m_78775654c69f1cb73d97d96c1c65354e);});$marker.push(m_78775654c69f1cb73d97d96c1c65354e);}});}google.maps.event.addDomListener(window, 'load', initialize);