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.5527,-74.4582)};var g_4a7fe497fc3db9a85ccb00ebf8f15a7d = new google.maps.Geocoder();g_4a7fe497fc3db9a85ccb00ebf8f15a7d.geocode( { 'address': "3 Corporate Pl, Piscataway, NJ 08854"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('piscataway-NJ-mitsubishi-u-fj').style.display = '';map = new google.maps.Map(document.getElementById('piscataway-NJ-mitsubishi-u-fj'), mapOptions);}document.getElementById('93fec207').innerHTML += ' | View Map';var $l4a7fe497fc3db9a85ccb00ebf8f15a7d = '

Mitsubishi U Fj

Address: 3 Corporate Pl, Piscataway, NJ 08854
Phone: (732) 562-0960
';var m_4a7fe497fc3db9a85ccb00ebf8f15a7d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mitsubishi U Fj',});m_4a7fe497fc3db9a85ccb00ebf8f15a7d['infowindow'] = new google.maps.InfoWindow({content: $l4a7fe497fc3db9a85ccb00ebf8f15a7d});var infowindow = new google.maps.InfoWindow({content: $l4a7fe497fc3db9a85ccb00ebf8f15a7d});google.maps.event.addListener(m_4a7fe497fc3db9a85ccb00ebf8f15a7d, 'click', function() {infowindow.open(map,m_4a7fe497fc3db9a85ccb00ebf8f15a7d);});$marker.push(m_4a7fe497fc3db9a85ccb00ebf8f15a7d);}});}google.maps.event.addDomListener(window, 'load', initialize);