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_a8d2884db49e0769ad4a0b8dce2e143c = new google.maps.Geocoder();g_a8d2884db49e0769ad4a0b8dce2e143c.geocode( { 'address': "50 Harrison St, Hoboken, NJ 07030"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hoboken-NJ-apple-mortgage-corporation').style.display = '';map = new google.maps.Map(document.getElementById('hoboken-NJ-apple-mortgage-corporation'), mapOptions);}document.getElementById('57a22c1c').innerHTML += ' | View Map';var $la8d2884db49e0769ad4a0b8dce2e143c = '

Apple Mortgage Corporation

Address: 50 Harrison St, Hoboken, NJ 07030
Phone: (201) 610-1060
';var m_a8d2884db49e0769ad4a0b8dce2e143c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Apple Mortgage Corporation',});m_a8d2884db49e0769ad4a0b8dce2e143c['infowindow'] = new google.maps.InfoWindow({content: $la8d2884db49e0769ad4a0b8dce2e143c});var infowindow = new google.maps.InfoWindow({content: $la8d2884db49e0769ad4a0b8dce2e143c});google.maps.event.addListener(m_a8d2884db49e0769ad4a0b8dce2e143c, 'click', function() {infowindow.open(map,m_a8d2884db49e0769ad4a0b8dce2e143c);});$marker.push(m_a8d2884db49e0769ad4a0b8dce2e143c);}});}google.maps.event.addDomListener(window, 'load', initialize);