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.0101,-73.6466)};var g_c57c11c13ea6301784d1bfc74c1de3e4 = new google.maps.Geocoder();g_c57c11c13ea6301784d1bfc74c1de3e4.geocode( { 'address': "10 Hamilton Ave, Greenwich, CT 06830, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greenwich-CT-arnold-bakers-employee-fcu').style.display = '';map = new google.maps.Map(document.getElementById('greenwich-CT-arnold-bakers-employee-fcu'), mapOptions);}document.getElementById('98863f9e').innerHTML += ' | View Map';var $lc57c11c13ea6301784d1bfc74c1de3e4 = '

Arnold Bakers Employee FCU

Address: 10 Hamilton Ave, Greenwich, CT 06830, USA
Phone: (203) 531-1654
';var m_c57c11c13ea6301784d1bfc74c1de3e4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Arnold Bakers Employee FCU',});m_c57c11c13ea6301784d1bfc74c1de3e4['infowindow'] = new google.maps.InfoWindow({content: $lc57c11c13ea6301784d1bfc74c1de3e4});var infowindow = new google.maps.InfoWindow({content: $lc57c11c13ea6301784d1bfc74c1de3e4});google.maps.event.addListener(m_c57c11c13ea6301784d1bfc74c1de3e4, 'click', function() {infowindow.open(map,m_c57c11c13ea6301784d1bfc74c1de3e4);});$marker.push(m_c57c11c13ea6301784d1bfc74c1de3e4);}});}google.maps.event.addDomListener(window, 'load', initialize);