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.2992,-74.0213)};var g_89df06612f049873a6ba7355a7f7219b = new google.maps.Geocoder();g_89df06612f049873a6ba7355a7f7219b.geocode( { 'address': "1090 Broadway, West Long Branch, NJ 07764, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-long-branch-NJ-allstate-mortgage-corporation').style.display = '';map = new google.maps.Map(document.getElementById('west-long-branch-NJ-allstate-mortgage-corporation'), mapOptions);}document.getElementById('d492ca2a').innerHTML += ' | View Map';var $l89df06612f049873a6ba7355a7f7219b = '

Allstate Mortgage Corporation

Address: 1090 Broadway, West Long Branch, NJ 07764, USA
Phone: (732) 222-3600
';var m_89df06612f049873a6ba7355a7f7219b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Allstate Mortgage Corporation',});m_89df06612f049873a6ba7355a7f7219b['infowindow'] = new google.maps.InfoWindow({content: $l89df06612f049873a6ba7355a7f7219b});var infowindow = new google.maps.InfoWindow({content: $l89df06612f049873a6ba7355a7f7219b});google.maps.event.addListener(m_89df06612f049873a6ba7355a7f7219b, 'click', function() {infowindow.open(map,m_89df06612f049873a6ba7355a7f7219b);});$marker.push(m_89df06612f049873a6ba7355a7f7219b);}});}google.maps.event.addDomListener(window, 'load', initialize);