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.7027,-71.4443)};var g_5434d832e0dd3baab78c581eb7414b31 = new google.maps.Geocoder();g_5434d832e0dd3baab78c581eb7414b31.geocode( { 'address': "2669 Post Rd, Warwick, RI 02886"}, 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('6b79eabe').innerHTML += ' | View Map';var $l5434d832e0dd3baab78c581eb7414b31 = '

Greenwood Credit Union

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