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.2435,-74.2774)};var g_c8d8d503e59bafcd1e83cc911885c31a = new google.maps.Geocoder();g_c8d8d503e59bafcd1e83cc911885c31a.geocode( { 'address': "64 W Main St, Freehold, NJ 07728"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('freehold-NJ-commonwealth-title').style.display = '';map = new google.maps.Map(document.getElementById('freehold-NJ-commonwealth-title'), mapOptions);}document.getElementById('88c85049').innerHTML += ' | View Map';var $lc8d8d503e59bafcd1e83cc911885c31a = '

Commonwealth Title

Address: 64 W Main St, Freehold, NJ 07728
Phone: (732) 431-0551
';var m_c8d8d503e59bafcd1e83cc911885c31a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Commonwealth Title',});m_c8d8d503e59bafcd1e83cc911885c31a['infowindow'] = new google.maps.InfoWindow({content: $lc8d8d503e59bafcd1e83cc911885c31a});var infowindow = new google.maps.InfoWindow({content: $lc8d8d503e59bafcd1e83cc911885c31a});google.maps.event.addListener(m_c8d8d503e59bafcd1e83cc911885c31a, 'click', function() {infowindow.open(map,m_c8d8d503e59bafcd1e83cc911885c31a);});$marker.push(m_c8d8d503e59bafcd1e83cc911885c31a);}});}google.maps.event.addDomListener(window, 'load', initialize);