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.6315,-74.2548)};var g_09595292f4984c8617240d01e9206136 = new google.maps.Geocoder();g_09595292f4984c8617240d01e9206136.geocode( { 'address': "235 Wood Ave, Linden, NJ 07036, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('linden-NJ-chase-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('linden-NJ-chase-mortgage'), mapOptions);}document.getElementById('145cde0b').innerHTML += ' | View Map';var $l09595292f4984c8617240d01e9206136 = '

Chase Mortgage

Address: 235 Wood Ave, Linden, NJ 07036, USA
Phone: (908) 587-2701
';var m_09595292f4984c8617240d01e9206136 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chase Mortgage',});m_09595292f4984c8617240d01e9206136['infowindow'] = new google.maps.InfoWindow({content: $l09595292f4984c8617240d01e9206136});var infowindow = new google.maps.InfoWindow({content: $l09595292f4984c8617240d01e9206136});google.maps.event.addListener(m_09595292f4984c8617240d01e9206136, 'click', function() {infowindow.open(map,m_09595292f4984c8617240d01e9206136);});$marker.push(m_09595292f4984c8617240d01e9206136);}});}google.maps.event.addDomListener(window, 'load', initialize);