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.3825,-72.8924)};var g_94f7ce08226d90dbf244d356d9d44ae8 = new google.maps.Geocoder();g_94f7ce08226d90dbf244d356d9d44ae8.geocode( { 'address': "3320 Dixwell Ave, North Haven, CT 06473, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-haven-CT-college4less').style.display = '';map = new google.maps.Map(document.getElementById('north-haven-CT-college4less'), mapOptions);}document.getElementById('496731b5').innerHTML += ' | View Map';var $l94f7ce08226d90dbf244d356d9d44ae8 = '

College4Less

Address: 3320 Dixwell Ave, North Haven, CT 06473, USA
Phone: (203) 288-4207
';var m_94f7ce08226d90dbf244d356d9d44ae8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'College4Less',});m_94f7ce08226d90dbf244d356d9d44ae8['infowindow'] = new google.maps.InfoWindow({content: $l94f7ce08226d90dbf244d356d9d44ae8});var infowindow = new google.maps.InfoWindow({content: $l94f7ce08226d90dbf244d356d9d44ae8});google.maps.event.addListener(m_94f7ce08226d90dbf244d356d9d44ae8, 'click', function() {infowindow.open(map,m_94f7ce08226d90dbf244d356d9d44ae8);});$marker.push(m_94f7ce08226d90dbf244d356d9d44ae8);}});}google.maps.event.addDomListener(window, 'load', initialize);