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.7971,-76.4129)};var g_58006a77f3a7537e85e4d2d398025a3b = new google.maps.Geocoder();g_58006a77f3a7537e85e4d2d398025a3b.geocode( { 'address': "1 N Oak St, Mt Carmel, PA 17851, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mount-carmel-PA-unb-corporation').style.display = '';map = new google.maps.Map(document.getElementById('mount-carmel-PA-unb-corporation'), mapOptions);}document.getElementById('c9eecea7').innerHTML += ' | View Map';var $l58006a77f3a7537e85e4d2d398025a3b = '

UNB Corporation

Address: 1 N Oak St, Mt Carmel, PA 17851, USA
Phone: (570) 339-1040
';var m_58006a77f3a7537e85e4d2d398025a3b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'UNB Corporation',});m_58006a77f3a7537e85e4d2d398025a3b['infowindow'] = new google.maps.InfoWindow({content: $l58006a77f3a7537e85e4d2d398025a3b});var infowindow = new google.maps.InfoWindow({content: $l58006a77f3a7537e85e4d2d398025a3b});google.maps.event.addListener(m_58006a77f3a7537e85e4d2d398025a3b, 'click', function() {infowindow.open(map,m_58006a77f3a7537e85e4d2d398025a3b);});$marker.push(m_58006a77f3a7537e85e4d2d398025a3b);}});}google.maps.event.addDomListener(window, 'load', initialize);