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.5714,-74.314)};var g_fddd7938a71db5f81fcc621673ab67b7 = new google.maps.Geocoder();g_fddd7938a71db5f81fcc621673ab67b7.geocode( { 'address': "485 Us Highway 1 S, Iselin, NJ 08830"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('iselin-NJ-metlife-insurance-co').style.display = '';map = new google.maps.Map(document.getElementById('iselin-NJ-metlife-insurance-co'), mapOptions);}document.getElementById('deb62e9e').innerHTML += ' | View Map';var $lfddd7938a71db5f81fcc621673ab67b7 = '

Metlife Insurance Co

Address: 485 Us Highway 1 S, Iselin, NJ 08830
Phone: (732) 726-4000
';var m_fddd7938a71db5f81fcc621673ab67b7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Metlife Insurance Co',});m_fddd7938a71db5f81fcc621673ab67b7['infowindow'] = new google.maps.InfoWindow({content: $lfddd7938a71db5f81fcc621673ab67b7});var infowindow = new google.maps.InfoWindow({content: $lfddd7938a71db5f81fcc621673ab67b7});google.maps.event.addListener(m_fddd7938a71db5f81fcc621673ab67b7, 'click', function() {infowindow.open(map,m_fddd7938a71db5f81fcc621673ab67b7);});$marker.push(m_fddd7938a71db5f81fcc621673ab67b7);}});}google.maps.event.addDomListener(window, 'load', initialize);