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.6813,-74.2306)};var g_3d3f0e32c7d543147aa794d9b1f5baf1 = new google.maps.Geocoder();g_3d3f0e32c7d543147aa794d9b1f5baf1.geocode( { 'address': "1085 Morris Ave # 1, Union, NJ 07083, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('union-NJ-union-county-economic-development').style.display = '';map = new google.maps.Map(document.getElementById('union-NJ-union-county-economic-development'), mapOptions);}document.getElementById('3b733e2d').innerHTML += ' | View Map';var $l3d3f0e32c7d543147aa794d9b1f5baf1 = '

Union County Economic Development

Address: 1085 Morris Ave # 1, Union, NJ 07083, USA
Phone: (908) 527-1166
';var m_3d3f0e32c7d543147aa794d9b1f5baf1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union County Economic Development',});m_3d3f0e32c7d543147aa794d9b1f5baf1['infowindow'] = new google.maps.InfoWindow({content: $l3d3f0e32c7d543147aa794d9b1f5baf1});var infowindow = new google.maps.InfoWindow({content: $l3d3f0e32c7d543147aa794d9b1f5baf1});google.maps.event.addListener(m_3d3f0e32c7d543147aa794d9b1f5baf1, 'click', function() {infowindow.open(map,m_3d3f0e32c7d543147aa794d9b1f5baf1);});$marker.push(m_3d3f0e32c7d543147aa794d9b1f5baf1);}});}google.maps.event.addDomListener(window, 'load', initialize);