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.871,-74.0417)};var g_4e93b1539963aec872bd0000973520fa = new google.maps.Geocoder();g_4e93b1539963aec872bd0000973520fa.geocode( { 'address': "241 Hudson St, Hackensack, NJ 07601, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hackensack-NJ-homeland-lending-llc').style.display = '';map = new google.maps.Map(document.getElementById('hackensack-NJ-homeland-lending-llc'), mapOptions);}document.getElementById('a02d4d80').innerHTML += ' | View Map';var $l4e93b1539963aec872bd0000973520fa = '

Homeland Lending, LLC

Address: 241 Hudson St, Hackensack, NJ 07601, USA
Phone: (201) 808-8181
';var m_4e93b1539963aec872bd0000973520fa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Homeland Lending, LLC',});m_4e93b1539963aec872bd0000973520fa['infowindow'] = new google.maps.InfoWindow({content: $l4e93b1539963aec872bd0000973520fa});var infowindow = new google.maps.InfoWindow({content: $l4e93b1539963aec872bd0000973520fa});google.maps.event.addListener(m_4e93b1539963aec872bd0000973520fa, 'click', function() {infowindow.open(map,m_4e93b1539963aec872bd0000973520fa);});$marker.push(m_4e93b1539963aec872bd0000973520fa);}});}google.maps.event.addDomListener(window, 'load', initialize);