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.004,-73.6576)};var g_f2ee555e877c9bd7239e2a2d4e5c4f25 = new google.maps.Geocoder();g_f2ee555e877c9bd7239e2a2d4e5c4f25.geocode( { 'address': "6 N Water St, Greenwich, CT 06831, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greenwich-CT-check-cashing-plus').style.display = '';map = new google.maps.Map(document.getElementById('greenwich-CT-check-cashing-plus'), mapOptions);}document.getElementById('887a9a74').innerHTML += ' | View Map';var $lf2ee555e877c9bd7239e2a2d4e5c4f25 = '

Check Cashing Plus!

Address: 6 N Water St, Greenwich, CT 06831, USA
Phone: (203) 532-2999
';var m_f2ee555e877c9bd7239e2a2d4e5c4f25 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check Cashing Plus!',});m_f2ee555e877c9bd7239e2a2d4e5c4f25['infowindow'] = new google.maps.InfoWindow({content: $lf2ee555e877c9bd7239e2a2d4e5c4f25});var infowindow = new google.maps.InfoWindow({content: $lf2ee555e877c9bd7239e2a2d4e5c4f25});google.maps.event.addListener(m_f2ee555e877c9bd7239e2a2d4e5c4f25, 'click', function() {infowindow.open(map,m_f2ee555e877c9bd7239e2a2d4e5c4f25);});$marker.push(m_f2ee555e877c9bd7239e2a2d4e5c4f25);}});}google.maps.event.addDomListener(window, 'load', initialize);