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.2775,-72.8717)};var g_e0ff31ac222419850b9f81c34973f2ae = new google.maps.Geocoder();g_e0ff31ac222419850b9f81c34973f2ae.geocode( { 'address': "250 Main St, East Haven, CT 06512, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('east-haven-CT-east-haven-mun-employees-cu').style.display = '';map = new google.maps.Map(document.getElementById('east-haven-CT-east-haven-mun-employees-cu'), mapOptions);}document.getElementById('fa6909b4').innerHTML += ' | View Map';var $le0ff31ac222419850b9f81c34973f2ae = '

East Haven Mun Employees CU

Address: 250 Main St, East Haven, CT 06512, USA
Phone: (203) 469-8134
';var m_e0ff31ac222419850b9f81c34973f2ae = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'East Haven Mun Employees CU',});m_e0ff31ac222419850b9f81c34973f2ae['infowindow'] = new google.maps.InfoWindow({content: $le0ff31ac222419850b9f81c34973f2ae});var infowindow = new google.maps.InfoWindow({content: $le0ff31ac222419850b9f81c34973f2ae});google.maps.event.addListener(m_e0ff31ac222419850b9f81c34973f2ae, 'click', function() {infowindow.open(map,m_e0ff31ac222419850b9f81c34973f2ae);});$marker.push(m_e0ff31ac222419850b9f81c34973f2ae);}});}google.maps.event.addDomListener(window, 'load', initialize);