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.9859,-71.5155)};var g_871a57eb71744b8bc571b52dba3a7107 = new google.maps.Geocoder();g_871a57eb71744b8bc571b52dba3a7107.geocode( { 'address': "1280 Park Ave, Woonsocket, RI 02895, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('woonsocket-RI-navigant-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('woonsocket-RI-navigant-credit-union'), mapOptions);}document.getElementById('1b1e8e67').innerHTML += ' | View Map';var $l871a57eb71744b8bc571b52dba3a7107 = '

Navigant Credit Union

Address: 1280 Park Ave, Woonsocket, RI 02895, USA
Phone: (401) 233-4300
';var m_871a57eb71744b8bc571b52dba3a7107 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Navigant Credit Union',});m_871a57eb71744b8bc571b52dba3a7107['infowindow'] = new google.maps.InfoWindow({content: $l871a57eb71744b8bc571b52dba3a7107});var infowindow = new google.maps.InfoWindow({content: $l871a57eb71744b8bc571b52dba3a7107});google.maps.event.addListener(m_871a57eb71744b8bc571b52dba3a7107, 'click', function() {infowindow.open(map,m_871a57eb71744b8bc571b52dba3a7107);});$marker.push(m_871a57eb71744b8bc571b52dba3a7107);}});}google.maps.event.addDomListener(window, 'load', initialize);