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.8784,-74.5401)};var g_8b1a93e493d3b8df33096ea82b8c6715 = new google.maps.Geocoder();g_8b1a93e493d3b8df33096ea82b8c6715.geocode( { 'address': "308 S Salem St, Dover, NJ 07801, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dover-NJ-liberty-mortgage-services-inc').style.display = '';map = new google.maps.Map(document.getElementById('dover-NJ-liberty-mortgage-services-inc'), mapOptions);}document.getElementById('3f8f0c4d').innerHTML += ' | View Map';var $l8b1a93e493d3b8df33096ea82b8c6715 = '

Liberty Mortgage Services, Inc.

Address: 308 S Salem St, Dover, NJ 07801, USA
Phone: (973) 539-6200
';var m_8b1a93e493d3b8df33096ea82b8c6715 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Liberty Mortgage Services, Inc.',});m_8b1a93e493d3b8df33096ea82b8c6715['infowindow'] = new google.maps.InfoWindow({content: $l8b1a93e493d3b8df33096ea82b8c6715});var infowindow = new google.maps.InfoWindow({content: $l8b1a93e493d3b8df33096ea82b8c6715});google.maps.event.addListener(m_8b1a93e493d3b8df33096ea82b8c6715, 'click', function() {infowindow.open(map,m_8b1a93e493d3b8df33096ea82b8c6715);});$marker.push(m_8b1a93e493d3b8df33096ea82b8c6715);}});}google.maps.event.addDomListener(window, 'load', initialize);