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.5956,-74.3642)};var g_22573072c2ce7ea0ba0873c3024dc043 = new google.maps.Geocoder();g_22573072c2ce7ea0ba0873c3024dc043.geocode( { 'address': "1127 Inman Ave, Edison, NJ 08820, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('edison-NJ-william-s-rich--son').style.display = '';map = new google.maps.Map(document.getElementById('edison-NJ-william-s-rich--son'), mapOptions);}document.getElementById('60980bae').innerHTML += ' | View Map';var $l22573072c2ce7ea0ba0873c3024dc043 = '

William S. Rich & Son

Address: 1127 Inman Ave, Edison, NJ 08820, USA
Phone: (908) 490-0600
';var m_22573072c2ce7ea0ba0873c3024dc043 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'William S. Rich & Son',});m_22573072c2ce7ea0ba0873c3024dc043['infowindow'] = new google.maps.InfoWindow({content: $l22573072c2ce7ea0ba0873c3024dc043});var infowindow = new google.maps.InfoWindow({content: $l22573072c2ce7ea0ba0873c3024dc043});google.maps.event.addListener(m_22573072c2ce7ea0ba0873c3024dc043, 'click', function() {infowindow.open(map,m_22573072c2ce7ea0ba0873c3024dc043);});$marker.push(m_22573072c2ce7ea0ba0873c3024dc043);}});}google.maps.event.addDomListener(window, 'load', initialize);