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.8703,-74.128)};var g_b60039f132658309ed522a28fcacd50a = new google.maps.Geocoder();g_b60039f132658309ed522a28fcacd50a.geocode( { 'address': "198 Lexington Ave, Passaic, NJ 07055, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('passaic-NJ-top-credit-consul').style.display = '';map = new google.maps.Map(document.getElementById('passaic-NJ-top-credit-consul'), mapOptions);}document.getElementById('7e68590c').innerHTML += ' | View Map';var $lb60039f132658309ed522a28fcacd50a = '

Top Credit Consul

Address: 198 Lexington Ave, Passaic, NJ 07055, USA
Phone: (973) 689-6333
';var m_b60039f132658309ed522a28fcacd50a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Top Credit Consul',});m_b60039f132658309ed522a28fcacd50a['infowindow'] = new google.maps.InfoWindow({content: $lb60039f132658309ed522a28fcacd50a});var infowindow = new google.maps.InfoWindow({content: $lb60039f132658309ed522a28fcacd50a});google.maps.event.addListener(m_b60039f132658309ed522a28fcacd50a, 'click', function() {infowindow.open(map,m_b60039f132658309ed522a28fcacd50a);});$marker.push(m_b60039f132658309ed522a28fcacd50a);}});}google.maps.event.addDomListener(window, 'load', initialize);