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.8785,-71.3878)};var g_92188937815d3549d935a93118d65f65 = new google.maps.Geocoder();g_92188937815d3549d935a93118d65f65.geocode( { 'address': "20 Dexter St, Pawtucket, RI 02860, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pawtucket-RI-navigant-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('pawtucket-RI-navigant-credit-union'), mapOptions);}document.getElementById('2e806f29').innerHTML += ' | View Map';var $l92188937815d3549d935a93118d65f65 = '

Navigant Credit Union

Address: 20 Dexter St, Pawtucket, RI 02860, USA
Phone: (401) 233-4700
';var m_92188937815d3549d935a93118d65f65 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Navigant Credit Union',});m_92188937815d3549d935a93118d65f65['infowindow'] = new google.maps.InfoWindow({content: $l92188937815d3549d935a93118d65f65});var infowindow = new google.maps.InfoWindow({content: $l92188937815d3549d935a93118d65f65});google.maps.event.addListener(m_92188937815d3549d935a93118d65f65, 'click', function() {infowindow.open(map,m_92188937815d3549d935a93118d65f65);});$marker.push(m_92188937815d3549d935a93118d65f65);}});}google.maps.event.addDomListener(window, 'load', initialize);