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(41.0676,-74.1357)};var g_879122ed704e1eafdb0cc6c979a818a1 = new google.maps.Geocoder();g_879122ed704e1eafdb0cc6c979a818a1.geocode( { 'address': "275 Franklin Turnpike #230, Ramsey, NJ 07446, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ramsey-NJ-approved-loan-store').style.display = '';map = new google.maps.Map(document.getElementById('ramsey-NJ-approved-loan-store'), mapOptions);}document.getElementById('b03b38bd').innerHTML += ' | View Map';var $l879122ed704e1eafdb0cc6c979a818a1 = '

Approved Loan Store

Address: 275 Franklin Turnpike #230, Ramsey, NJ 07446, USA
Phone: (877) 217-2217
';var m_879122ed704e1eafdb0cc6c979a818a1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Approved Loan Store',});m_879122ed704e1eafdb0cc6c979a818a1['infowindow'] = new google.maps.InfoWindow({content: $l879122ed704e1eafdb0cc6c979a818a1});var infowindow = new google.maps.InfoWindow({content: $l879122ed704e1eafdb0cc6c979a818a1});google.maps.event.addListener(m_879122ed704e1eafdb0cc6c979a818a1, 'click', function() {infowindow.open(map,m_879122ed704e1eafdb0cc6c979a818a1);});$marker.push(m_879122ed704e1eafdb0cc6c979a818a1);}});}google.maps.event.addDomListener(window, 'load', initialize);