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.247,-76.9563)};var g_96a0960c8838d18af036df8efd037f0b = new google.maps.Geocoder();g_96a0960c8838d18af036df8efd037f0b.geocode( { 'address': "2350 E 3rd St #6, Williamsport, PA 17701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('williamsport-PA-planned-futures').style.display = '';map = new google.maps.Map(document.getElementById('williamsport-PA-planned-futures'), mapOptions);}document.getElementById('e24fc6a2').innerHTML += ' | View Map';var $l96a0960c8838d18af036df8efd037f0b = '

Planned Futures

Address: 2350 E 3rd St #6, Williamsport, PA 17701, USA
Phone: (570) 322-8407
';var m_96a0960c8838d18af036df8efd037f0b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Planned Futures',});m_96a0960c8838d18af036df8efd037f0b['infowindow'] = new google.maps.InfoWindow({content: $l96a0960c8838d18af036df8efd037f0b});var infowindow = new google.maps.InfoWindow({content: $l96a0960c8838d18af036df8efd037f0b});google.maps.event.addListener(m_96a0960c8838d18af036df8efd037f0b, 'click', function() {infowindow.open(map,m_96a0960c8838d18af036df8efd037f0b);});$marker.push(m_96a0960c8838d18af036df8efd037f0b);}});}google.maps.event.addDomListener(window, 'load', initialize);