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.4755,-71.3095)};var g_575e0438834c070108ba16795a35143d = new google.maps.Geocoder();g_575e0438834c070108ba16795a35143d.geocode( { 'address': "199 Connell Hwy, Newport, RI 02840"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('newport-RI-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('newport-RI-citizens-bank'), mapOptions);}document.getElementById('f0b41950').innerHTML += ' | View Map';var $l575e0438834c070108ba16795a35143d = '

Citizens Bank

Address: 199 Connell Hwy, Newport, RI 02840
Phone: (401) 848-2950
';var m_575e0438834c070108ba16795a35143d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_575e0438834c070108ba16795a35143d['infowindow'] = new google.maps.InfoWindow({content: $l575e0438834c070108ba16795a35143d});var infowindow = new google.maps.InfoWindow({content: $l575e0438834c070108ba16795a35143d});google.maps.event.addListener(m_575e0438834c070108ba16795a35143d, 'click', function() {infowindow.open(map,m_575e0438834c070108ba16795a35143d);});$marker.push(m_575e0438834c070108ba16795a35143d);}});}google.maps.event.addDomListener(window, 'load', initialize);