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(41.3083,-72.6984)};var g_0a49c24f33ecb787dee98bf555e239cd = new google.maps.Geocoder();g_0a49c24f33ecb787dee98bf555e239cd.geocode( { 'address': "600 Saw Mill Rd, West Haven, CT 06516, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-haven-CT-avantus').style.display = '';map = new google.maps.Map(document.getElementById('west-haven-CT-avantus'), mapOptions);}document.getElementById('2f3b0297').innerHTML += ' | View Map';var $l0a49c24f33ecb787dee98bf555e239cd = '

Avantus

Address: 600 Saw Mill Rd, West Haven, CT 06516, USA
Phone: (800) 530-8008
';var m_0a49c24f33ecb787dee98bf555e239cd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Avantus',});m_0a49c24f33ecb787dee98bf555e239cd['infowindow'] = new google.maps.InfoWindow({content: $l0a49c24f33ecb787dee98bf555e239cd});var infowindow = new google.maps.InfoWindow({content: $l0a49c24f33ecb787dee98bf555e239cd});google.maps.event.addListener(m_0a49c24f33ecb787dee98bf555e239cd, 'click', function() {infowindow.open(map,m_0a49c24f33ecb787dee98bf555e239cd);});$marker.push(m_0a49c24f33ecb787dee98bf555e239cd);}});}google.maps.event.addDomListener(window, 'load', initialize);