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.8552,-71.4922)};var g_19bc20d8bcd225b6272c9233d7c7b303 = new google.maps.Geocoder();g_19bc20d8bcd225b6272c9233d7c7b303.geocode( { 'address': "468 Putnam Pike, Smithfield, RI 02828"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('smithfield-RI-navigant-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('smithfield-RI-navigant-credit-union'), mapOptions);}document.getElementById('365a6b02').innerHTML += ' | View Map';var $l19bc20d8bcd225b6272c9233d7c7b303 = '

Navigant Credit Union

Address: 468 Putnam Pike, Smithfield, RI 02828
Phone: (401) 233-3410
';var m_19bc20d8bcd225b6272c9233d7c7b303 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Navigant Credit Union',});m_19bc20d8bcd225b6272c9233d7c7b303['infowindow'] = new google.maps.InfoWindow({content: $l19bc20d8bcd225b6272c9233d7c7b303});var infowindow = new google.maps.InfoWindow({content: $l19bc20d8bcd225b6272c9233d7c7b303});google.maps.event.addListener(m_19bc20d8bcd225b6272c9233d7c7b303, 'click', function() {infowindow.open(map,m_19bc20d8bcd225b6272c9233d7c7b303);});$marker.push(m_19bc20d8bcd225b6272c9233d7c7b303);}});}google.maps.event.addDomListener(window, 'load', initialize);