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.21,-75.0131)};var g_ac7d4f0a1ada08c13ed52805a10f6921 = new google.maps.Geocoder();g_ac7d4f0a1ada08c13ed52805a10f6921.geocode( { 'address': "832 2nd St Pike # 1, Richboro, PA 18954, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('richboro-PA-credit-counseling-center').style.display = '';map = new google.maps.Map(document.getElementById('richboro-PA-credit-counseling-center'), mapOptions);}document.getElementById('c9593d47').innerHTML += ' | View Map';var $lac7d4f0a1ada08c13ed52805a10f6921 = '

Credit Counseling Center

Address: 832 2nd St Pike # 1, Richboro, PA 18954, USA
Phone: (877) 900-4222
';var m_ac7d4f0a1ada08c13ed52805a10f6921 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Counseling Center',});m_ac7d4f0a1ada08c13ed52805a10f6921['infowindow'] = new google.maps.InfoWindow({content: $lac7d4f0a1ada08c13ed52805a10f6921});var infowindow = new google.maps.InfoWindow({content: $lac7d4f0a1ada08c13ed52805a10f6921});google.maps.event.addListener(m_ac7d4f0a1ada08c13ed52805a10f6921, 'click', function() {infowindow.open(map,m_ac7d4f0a1ada08c13ed52805a10f6921);});$marker.push(m_ac7d4f0a1ada08c13ed52805a10f6921);}});}google.maps.event.addDomListener(window, 'load', initialize);