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.2623,-76.8813)};var g_87b7239d364600aacd693486d0818ef8 = new google.maps.Geocoder();g_87b7239d364600aacd693486d0818ef8.geocode( { 'address': "922 N 3rd St, Harrisburg, PA 17102, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('harrisburg-PA-community-first-fund').style.display = '';map = new google.maps.Map(document.getElementById('harrisburg-PA-community-first-fund'), mapOptions);}document.getElementById('6c2dff97').innerHTML += ' | View Map';var $l87b7239d364600aacd693486d0818ef8 = '

Community First Fund

Address: 922 N 3rd St, Harrisburg, PA 17102, USA
Phone: (717) 920-1520
';var m_87b7239d364600aacd693486d0818ef8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community First Fund',});m_87b7239d364600aacd693486d0818ef8['infowindow'] = new google.maps.InfoWindow({content: $l87b7239d364600aacd693486d0818ef8});var infowindow = new google.maps.InfoWindow({content: $l87b7239d364600aacd693486d0818ef8});google.maps.event.addListener(m_87b7239d364600aacd693486d0818ef8, 'click', function() {infowindow.open(map,m_87b7239d364600aacd693486d0818ef8);});$marker.push(m_87b7239d364600aacd693486d0818ef8);}});}google.maps.event.addDomListener(window, 'load', initialize);