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.2304,-73.038)};var g_268306d4973eeddf9c3d3c9e1a6e35b4 = new google.maps.Geocoder();g_268306d4973eeddf9c3d3c9e1a6e35b4.geocode( { 'address': "10 Leighton Rd, Milford, CT 06460, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('milford-CT-parda-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('milford-CT-parda-federal-credit-union'), mapOptions);}document.getElementById('619e1a7a').innerHTML += ' | View Map';var $l268306d4973eeddf9c3d3c9e1a6e35b4 = '

Parda Federal Credit Union

Address: 10 Leighton Rd, Milford, CT 06460, USA
Phone: (203) 882-2327
';var m_268306d4973eeddf9c3d3c9e1a6e35b4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Parda Federal Credit Union',});m_268306d4973eeddf9c3d3c9e1a6e35b4['infowindow'] = new google.maps.InfoWindow({content: $l268306d4973eeddf9c3d3c9e1a6e35b4});var infowindow = new google.maps.InfoWindow({content: $l268306d4973eeddf9c3d3c9e1a6e35b4});google.maps.event.addListener(m_268306d4973eeddf9c3d3c9e1a6e35b4, 'click', function() {infowindow.open(map,m_268306d4973eeddf9c3d3c9e1a6e35b4);});$marker.push(m_268306d4973eeddf9c3d3c9e1a6e35b4);}});}google.maps.event.addDomListener(window, 'load', initialize);