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.78,-72.5349)};var g_303d09a481bce164f789fd69627aaf49 = new google.maps.Geocoder();g_303d09a481bce164f789fd69627aaf49.geocode( { 'address': "270 Broad St, Manchester, CT 06040, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('manchester-CT-nutmeg-state-financial-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('manchester-CT-nutmeg-state-financial-credit-union'), mapOptions);}document.getElementById('b476633b').innerHTML += ' | View Map';var $l303d09a481bce164f789fd69627aaf49 = '

Nutmeg State Financial Credit Union

Address: 270 Broad St, Manchester, CT 06040, USA
Phone: (860) 513-5000
';var m_303d09a481bce164f789fd69627aaf49 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Nutmeg State Financial Credit Union',});m_303d09a481bce164f789fd69627aaf49['infowindow'] = new google.maps.InfoWindow({content: $l303d09a481bce164f789fd69627aaf49});var infowindow = new google.maps.InfoWindow({content: $l303d09a481bce164f789fd69627aaf49});google.maps.event.addListener(m_303d09a481bce164f789fd69627aaf49, 'click', function() {infowindow.open(map,m_303d09a481bce164f789fd69627aaf49);});$marker.push(m_303d09a481bce164f789fd69627aaf49);}});}google.maps.event.addDomListener(window, 'load', initialize);