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(42.6552,-70.6247)};var g_a383a1e3ca6430257ba0948d62a03412 = new google.maps.Geocoder();g_a383a1e3ca6430257ba0948d62a03412.geocode( { 'address': "9 Railroad Ave, Rockport, MA 01966, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rockport-MA-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('rockport-MA-citizens-bank'), mapOptions);}document.getElementById('1ef034c8').innerHTML += ' | View Map';var $la383a1e3ca6430257ba0948d62a03412 = '

Citizens Bank

Address: 9 Railroad Ave, Rockport, MA 01966, USA
Phone:
';var m_a383a1e3ca6430257ba0948d62a03412 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_a383a1e3ca6430257ba0948d62a03412['infowindow'] = new google.maps.InfoWindow({content: $la383a1e3ca6430257ba0948d62a03412});var infowindow = new google.maps.InfoWindow({content: $la383a1e3ca6430257ba0948d62a03412});google.maps.event.addListener(m_a383a1e3ca6430257ba0948d62a03412, 'click', function() {infowindow.open(map,m_a383a1e3ca6430257ba0948d62a03412);});$marker.push(m_a383a1e3ca6430257ba0948d62a03412);}});}google.maps.event.addDomListener(window, 'load', initialize);