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.2671,-76.8843)};var g_df8cf4768bd830236592e09d1c3c01da = new google.maps.Geocoder();g_df8cf4768bd830236592e09d1c3c01da.geocode( { 'address': "400 North St, Harrisburg, PA 17120, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('harrisburg-PA-educational-improvement-tax-credit-program').style.display = '';map = new google.maps.Map(document.getElementById('harrisburg-PA-educational-improvement-tax-credit-program'), mapOptions);}document.getElementById('d28dce4e').innerHTML += ' | View Map';var $ldf8cf4768bd830236592e09d1c3c01da = '

Educational Improvement Tax Credit Program

Address: 400 North St, Harrisburg, PA 17120, USA
Phone: (717) 787-7120
';var m_df8cf4768bd830236592e09d1c3c01da = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Educational Improvement Tax Credit Program',});m_df8cf4768bd830236592e09d1c3c01da['infowindow'] = new google.maps.InfoWindow({content: $ldf8cf4768bd830236592e09d1c3c01da});var infowindow = new google.maps.InfoWindow({content: $ldf8cf4768bd830236592e09d1c3c01da});google.maps.event.addListener(m_df8cf4768bd830236592e09d1c3c01da, 'click', function() {infowindow.open(map,m_df8cf4768bd830236592e09d1c3c01da);});$marker.push(m_df8cf4768bd830236592e09d1c3c01da);}});}google.maps.event.addDomListener(window, 'load', initialize);