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.7115,-71.4494)};var g_2207a93921fcf81cbb2956c9619d4e16 = new google.maps.Geocoder();g_2207a93921fcf81cbb2956c9619d4e16.geocode( { 'address': "2669 Post Rd, Warwick, RI 02886, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('warwick-RI-greenwood-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('warwick-RI-greenwood-credit-union'), mapOptions);}document.getElementById('39620c7f').innerHTML += ' | View Map';var $l2207a93921fcf81cbb2956c9619d4e16 = '

Greenwood Credit Union

Address: 2669 Post Rd, Warwick, RI 02886, USA
Phone: (401) 739-4600
';var m_2207a93921fcf81cbb2956c9619d4e16 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Greenwood Credit Union',});m_2207a93921fcf81cbb2956c9619d4e16['infowindow'] = new google.maps.InfoWindow({content: $l2207a93921fcf81cbb2956c9619d4e16});var infowindow = new google.maps.InfoWindow({content: $l2207a93921fcf81cbb2956c9619d4e16});google.maps.event.addListener(m_2207a93921fcf81cbb2956c9619d4e16, 'click', function() {infowindow.open(map,m_2207a93921fcf81cbb2956c9619d4e16);});$marker.push(m_2207a93921fcf81cbb2956c9619d4e16);}});}google.maps.event.addDomListener(window, 'load', initialize);