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.0343,-73.6302)};var g_f1a9f77d4f6fa9e16391c58cb9442c64 = new google.maps.Geocoder();g_f1a9f77d4f6fa9e16391c58cb9442c64.geocode( { 'address': "5 Perryridge Rd, Greenwich, CT 06830, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greenwich-CT-gha-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('greenwich-CT-gha-federal-credit-union'), mapOptions);}document.getElementById('05e7a5a9').innerHTML += ' | View Map';var $lf1a9f77d4f6fa9e16391c58cb9442c64 = '

GHA Federal Credit Union

Address: 5 Perryridge Rd, Greenwich, CT 06830, USA
Phone: (203) 863-3186
';var m_f1a9f77d4f6fa9e16391c58cb9442c64 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'GHA Federal Credit Union',});m_f1a9f77d4f6fa9e16391c58cb9442c64['infowindow'] = new google.maps.InfoWindow({content: $lf1a9f77d4f6fa9e16391c58cb9442c64});var infowindow = new google.maps.InfoWindow({content: $lf1a9f77d4f6fa9e16391c58cb9442c64});google.maps.event.addListener(m_f1a9f77d4f6fa9e16391c58cb9442c64, 'click', function() {infowindow.open(map,m_f1a9f77d4f6fa9e16391c58cb9442c64);});$marker.push(m_f1a9f77d4f6fa9e16391c58cb9442c64);}});}google.maps.event.addDomListener(window, 'load', initialize);