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.3893,-74.3083)};var g_93f9f9a1e5ab0994053e5d05aadcf9d7 = new google.maps.Geocoder();g_93f9f9a1e5ab0994053e5d05aadcf9d7.geocode( { 'address': "South, 3322 U.S. 9, Old Bridge, NJ 08857, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('old-bridge-township-NJ-crosscountry-mortgage-inc').style.display = '';map = new google.maps.Map(document.getElementById('old-bridge-township-NJ-crosscountry-mortgage-inc'), mapOptions);}document.getElementById('0b62770d').innerHTML += ' | View Map';var $l93f9f9a1e5ab0994053e5d05aadcf9d7 = '

CrossCountry Mortgage, Inc.

Address: South, 3322 U.S. 9, Old Bridge, NJ 08857, USA
Phone: (732) 945-8100
';var m_93f9f9a1e5ab0994053e5d05aadcf9d7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CrossCountry Mortgage, Inc.',});m_93f9f9a1e5ab0994053e5d05aadcf9d7['infowindow'] = new google.maps.InfoWindow({content: $l93f9f9a1e5ab0994053e5d05aadcf9d7});var infowindow = new google.maps.InfoWindow({content: $l93f9f9a1e5ab0994053e5d05aadcf9d7});google.maps.event.addListener(m_93f9f9a1e5ab0994053e5d05aadcf9d7, 'click', function() {infowindow.open(map,m_93f9f9a1e5ab0994053e5d05aadcf9d7);});$marker.push(m_93f9f9a1e5ab0994053e5d05aadcf9d7);}});}google.maps.event.addDomListener(window, 'load', initialize);