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.5264,-72.7717)};var g_2d7a8c98d70915a09570c17593019540 = new google.maps.Geocoder();g_2d7a8c98d70915a09570c17593019540.geocode( { 'address': "965 E Main St, Meriden, CT 06450, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('meriden-CT-the-community-economic-development-fund').style.display = '';map = new google.maps.Map(document.getElementById('meriden-CT-the-community-economic-development-fund'), mapOptions);}document.getElementById('93dcdbcb').innerHTML += ' | View Map';var $l2d7a8c98d70915a09570c17593019540 = '

The Community Economic Development Fund

Address: 965 E Main St, Meriden, CT 06450, USA
Phone: (203) 235-2333
';var m_2d7a8c98d70915a09570c17593019540 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Community Economic Development Fund',});m_2d7a8c98d70915a09570c17593019540['infowindow'] = new google.maps.InfoWindow({content: $l2d7a8c98d70915a09570c17593019540});var infowindow = new google.maps.InfoWindow({content: $l2d7a8c98d70915a09570c17593019540});google.maps.event.addListener(m_2d7a8c98d70915a09570c17593019540, 'click', function() {infowindow.open(map,m_2d7a8c98d70915a09570c17593019540);});$marker.push(m_2d7a8c98d70915a09570c17593019540);}});}google.maps.event.addDomListener(window, 'load', initialize);