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.3001,-73.9957)};var g_926cf03582f4e8dabdada2c96157aeae = new google.maps.Geocoder();g_926cf03582f4e8dabdada2c96157aeae.geocode( { 'address': "400 Morris Ave, Long Branch, NJ 07740, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('long-branch-NJ-ams-mortgage-services').style.display = '';map = new google.maps.Map(document.getElementById('long-branch-NJ-ams-mortgage-services'), mapOptions);}document.getElementById('ff805a3f').innerHTML += ' | View Map';var $l926cf03582f4e8dabdada2c96157aeae = '

AMS Mortgage Services

Address: 400 Morris Ave, Long Branch, NJ 07740, USA
Phone: (973) 237-1226
';var m_926cf03582f4e8dabdada2c96157aeae = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'AMS Mortgage Services',});m_926cf03582f4e8dabdada2c96157aeae['infowindow'] = new google.maps.InfoWindow({content: $l926cf03582f4e8dabdada2c96157aeae});var infowindow = new google.maps.InfoWindow({content: $l926cf03582f4e8dabdada2c96157aeae});google.maps.event.addListener(m_926cf03582f4e8dabdada2c96157aeae, 'click', function() {infowindow.open(map,m_926cf03582f4e8dabdada2c96157aeae);});$marker.push(m_926cf03582f4e8dabdada2c96157aeae);}});}google.maps.event.addDomListener(window, 'load', initialize);