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.6875,-71.2701)};var g_7bad3bd3f0f97b500e337b6dd91746ca = new google.maps.Geocoder();g_7bad3bd3f0f97b500e337b6dd91746ca.geocode( { 'address': "464 Hope St, Bristol, RI 02809"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bristol-RI-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('bristol-RI-citizens-bank'), mapOptions);}document.getElementById('8e809b82').innerHTML += ' | View Map';var $l7bad3bd3f0f97b500e337b6dd91746ca = '

Citizens Bank

Address: 464 Hope St, Bristol, RI 02809
Phone: (401) 253-2385
';var m_7bad3bd3f0f97b500e337b6dd91746ca = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_7bad3bd3f0f97b500e337b6dd91746ca['infowindow'] = new google.maps.InfoWindow({content: $l7bad3bd3f0f97b500e337b6dd91746ca});var infowindow = new google.maps.InfoWindow({content: $l7bad3bd3f0f97b500e337b6dd91746ca});google.maps.event.addListener(m_7bad3bd3f0f97b500e337b6dd91746ca, 'click', function() {infowindow.open(map,m_7bad3bd3f0f97b500e337b6dd91746ca);});$marker.push(m_7bad3bd3f0f97b500e337b6dd91746ca);}});}google.maps.event.addDomListener(window, 'load', initialize);