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.6054,-72.7118)};var g_a178401cea53d566424418a949f843f4 = new google.maps.Geocoder();g_a178401cea53d566424418a949f843f4.geocode( { 'address': "161 Berlin Rd, Cromwell, CT 06416, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cromwell-CT-nutmeg-state-financial-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('cromwell-CT-nutmeg-state-financial-credit-union'), mapOptions);}document.getElementById('8e977536').innerHTML += ' | View Map';var $la178401cea53d566424418a949f843f4 = '

Nutmeg State Financial Credit Union

Address: 161 Berlin Rd, Cromwell, CT 06416, USA
Phone: (860) 513-5000
';var m_a178401cea53d566424418a949f843f4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Nutmeg State Financial Credit Union',});m_a178401cea53d566424418a949f843f4['infowindow'] = new google.maps.InfoWindow({content: $la178401cea53d566424418a949f843f4});var infowindow = new google.maps.InfoWindow({content: $la178401cea53d566424418a949f843f4});google.maps.event.addListener(m_a178401cea53d566424418a949f843f4, 'click', function() {infowindow.open(map,m_a178401cea53d566424418a949f843f4);});$marker.push(m_a178401cea53d566424418a949f843f4);}});}google.maps.event.addDomListener(window, 'load', initialize);