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.5536,-73.0423)};var g_13d429db192fbc7b5cabf9b936cf78e1 = new google.maps.Geocoder();g_13d429db192fbc7b5cabf9b936cf78e1.geocode( { 'address': "135 Grand St # 209, Waterbury, CT 06702, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('waterbury-CT-waterbury-postal-employees-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('waterbury-CT-waterbury-postal-employees-federal-credit-union'), mapOptions);}document.getElementById('3720851a').innerHTML += ' | View Map';var $l13d429db192fbc7b5cabf9b936cf78e1 = '

Waterbury Postal Employees Federal Credit Union

Address: 135 Grand St # 209, Waterbury, CT 06702, USA
Phone: (203) 756-2891
';var m_13d429db192fbc7b5cabf9b936cf78e1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Waterbury Postal Employees Federal Credit Union',});m_13d429db192fbc7b5cabf9b936cf78e1['infowindow'] = new google.maps.InfoWindow({content: $l13d429db192fbc7b5cabf9b936cf78e1});var infowindow = new google.maps.InfoWindow({content: $l13d429db192fbc7b5cabf9b936cf78e1});google.maps.event.addListener(m_13d429db192fbc7b5cabf9b936cf78e1, 'click', function() {infowindow.open(map,m_13d429db192fbc7b5cabf9b936cf78e1);});$marker.push(m_13d429db192fbc7b5cabf9b936cf78e1);}});}google.maps.event.addDomListener(window, 'load', initialize);