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.8139,-74.454)};var g_8c24583126334faacf06e82d8974a614 = new google.maps.Geocoder();g_8c24583126334faacf06e82d8974a614.geocode( { 'address': "185 Ridgedale Ave, Cedar Knolls, NJ 07927, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hanover-NJ-consumer-credit-counseling-services').style.display = '';map = new google.maps.Map(document.getElementById('hanover-NJ-consumer-credit-counseling-services'), mapOptions);}document.getElementById('744e653f').innerHTML += ' | View Map';var $l8c24583126334faacf06e82d8974a614 = '

Consumer Credit Counseling Services

Address: 185 Ridgedale Ave, Cedar Knolls, NJ 07927, USA
Phone: (973) 267-4323
';var m_8c24583126334faacf06e82d8974a614 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Consumer Credit Counseling Services',});m_8c24583126334faacf06e82d8974a614['infowindow'] = new google.maps.InfoWindow({content: $l8c24583126334faacf06e82d8974a614});var infowindow = new google.maps.InfoWindow({content: $l8c24583126334faacf06e82d8974a614});google.maps.event.addListener(m_8c24583126334faacf06e82d8974a614, 'click', function() {infowindow.open(map,m_8c24583126334faacf06e82d8974a614);});$marker.push(m_8c24583126334faacf06e82d8974a614);}});}google.maps.event.addDomListener(window, 'load', initialize);