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.7477,-74.0339)};var g_70c8f716f569df7bf2781d63c476679b = new google.maps.Geocoder();g_70c8f716f569df7bf2781d63c476679b.geocode( { 'address': "361 15th St, Hoboken, NJ 07030"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hoboken-NJ-rapid-check-cashing').style.display = '';map = new google.maps.Map(document.getElementById('hoboken-NJ-rapid-check-cashing'), mapOptions);}document.getElementById('07c6f08b').innerHTML += ' | View Map';var $l70c8f716f569df7bf2781d63c476679b = '

Rapid Check Cashing

Address: 361 15th St, Hoboken, NJ 07030
Phone: (201) 420-5002
';var m_70c8f716f569df7bf2781d63c476679b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Rapid Check Cashing',});m_70c8f716f569df7bf2781d63c476679b['infowindow'] = new google.maps.InfoWindow({content: $l70c8f716f569df7bf2781d63c476679b});var infowindow = new google.maps.InfoWindow({content: $l70c8f716f569df7bf2781d63c476679b});google.maps.event.addListener(m_70c8f716f569df7bf2781d63c476679b, 'click', function() {infowindow.open(map,m_70c8f716f569df7bf2781d63c476679b);});$marker.push(m_70c8f716f569df7bf2781d63c476679b);}});}google.maps.event.addDomListener(window, 'load', initialize);