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.1305,-75.362)};var g_ccd43cb64de7978af1366c557aa0393f = new google.maps.Geocoder();g_ccd43cb64de7978af1366c557aa0393f.geocode( { 'address': "1235 Pocono Blvd, Mt Pocono, PA 18344, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mount-pocono-PA-ne-pa-community-federal-credit-union---mt-pocono-branch').style.display = '';map = new google.maps.Map(document.getElementById('mount-pocono-PA-ne-pa-community-federal-credit-union---mt-pocono-branch'), mapOptions);}document.getElementById('ed18231c').innerHTML += ' | View Map';var $lccd43cb64de7978af1366c557aa0393f = '

NE PA Community Federal Credit Union - Mt. Pocono Branch

Address: 1235 Pocono Blvd, Mt Pocono, PA 18344, USA
Phone: (570) 421-5585
';var m_ccd43cb64de7978af1366c557aa0393f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'NE PA Community Federal Credit Union - Mt. Pocono Branch',});m_ccd43cb64de7978af1366c557aa0393f['infowindow'] = new google.maps.InfoWindow({content: $lccd43cb64de7978af1366c557aa0393f});var infowindow = new google.maps.InfoWindow({content: $lccd43cb64de7978af1366c557aa0393f});google.maps.event.addListener(m_ccd43cb64de7978af1366c557aa0393f, 'click', function() {infowindow.open(map,m_ccd43cb64de7978af1366c557aa0393f);});$marker.push(m_ccd43cb64de7978af1366c557aa0393f);}});}google.maps.event.addDomListener(window, 'load', initialize);