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.8268,-71.408)};var g_e767493bb0c947b36d6a9932ad73f02b = new google.maps.Geocoder();g_e767493bb0c947b36d6a9932ad73f02b.geocode( { 'address': "1 Financial Plz, Providence, RI 02903"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('providence-RI-4-bank-of-ne').style.display = '';map = new google.maps.Map(document.getElementById('providence-RI-4-bank-of-ne'), mapOptions);}document.getElementById('32a344a4').innerHTML += ' | View Map';var $le767493bb0c947b36d6a9932ad73f02b = '

4 Bank Of NE

Address: 1 Financial Plz, Providence, RI 02903
Phone: (401) 272-4769
';var m_e767493bb0c947b36d6a9932ad73f02b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: '4 Bank Of NE',});m_e767493bb0c947b36d6a9932ad73f02b['infowindow'] = new google.maps.InfoWindow({content: $le767493bb0c947b36d6a9932ad73f02b});var infowindow = new google.maps.InfoWindow({content: $le767493bb0c947b36d6a9932ad73f02b});google.maps.event.addListener(m_e767493bb0c947b36d6a9932ad73f02b, 'click', function() {infowindow.open(map,m_e767493bb0c947b36d6a9932ad73f02b);});$marker.push(m_e767493bb0c947b36d6a9932ad73f02b);}});}google.maps.event.addDomListener(window, 'load', initialize);