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.9414,-74.1289)};var g_004a7cf75254a6a74834dccab7517521 = new google.maps.Geocoder();g_004a7cf75254a6a74834dccab7517521.geocode( { 'address': "16-17 NJ-208, Fair Lawn, NJ 07410, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fair-lawn-NJ-atlantic-insurors').style.display = '';map = new google.maps.Map(document.getElementById('fair-lawn-NJ-atlantic-insurors'), mapOptions);}document.getElementById('ab42f603').innerHTML += ' | View Map';var $l004a7cf75254a6a74834dccab7517521 = '

Atlantic Insurors

Address: 16-17 NJ-208, Fair Lawn, NJ 07410, USA
Phone: (201) 794-7222
';var m_004a7cf75254a6a74834dccab7517521 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Atlantic Insurors',});m_004a7cf75254a6a74834dccab7517521['infowindow'] = new google.maps.InfoWindow({content: $l004a7cf75254a6a74834dccab7517521});var infowindow = new google.maps.InfoWindow({content: $l004a7cf75254a6a74834dccab7517521});google.maps.event.addListener(m_004a7cf75254a6a74834dccab7517521, 'click', function() {infowindow.open(map,m_004a7cf75254a6a74834dccab7517521);});$marker.push(m_004a7cf75254a6a74834dccab7517521);}});}google.maps.event.addDomListener(window, 'load', initialize);