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.9358,-74.1506)};var g_573d54fd56d85233a3e0805438c633db = new google.maps.Geocoder();g_573d54fd56d85233a3e0805438c633db.geocode( { 'address': "122 E 18th St, Paterson, NJ 07524, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('paterson-NJ-18th-street-check-cashing').style.display = '';map = new google.maps.Map(document.getElementById('paterson-NJ-18th-street-check-cashing'), mapOptions);}document.getElementById('87f46fd5').innerHTML += ' | View Map';var $l573d54fd56d85233a3e0805438c633db = '

18th Street Check Cashing

Address: 122 E 18th St, Paterson, NJ 07524, USA
Phone: (973) 684-8100
';var m_573d54fd56d85233a3e0805438c633db = new google.maps.Marker({position: results[0].geometry.location,map: map,title: '18th Street Check Cashing',});m_573d54fd56d85233a3e0805438c633db['infowindow'] = new google.maps.InfoWindow({content: $l573d54fd56d85233a3e0805438c633db});var infowindow = new google.maps.InfoWindow({content: $l573d54fd56d85233a3e0805438c633db});google.maps.event.addListener(m_573d54fd56d85233a3e0805438c633db, 'click', function() {infowindow.open(map,m_573d54fd56d85233a3e0805438c633db);});$marker.push(m_573d54fd56d85233a3e0805438c633db);}});}google.maps.event.addDomListener(window, 'load', initialize);