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.7148,-70.7699)};var g_b920cc1a616d1b00fb4f610065edb136 = new google.maps.Geocoder();g_b920cc1a616d1b00fb4f610065edb136.geocode( { 'address': "406 Wareham Rd, Marion, MA 02738, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marion-MA-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('marion-MA-citizens-bank'), mapOptions);}document.getElementById('5fdad457').innerHTML += ' | View Map';var $lb920cc1a616d1b00fb4f610065edb136 = '

Citizens Bank

Address: 406 Wareham Rd, Marion, MA 02738, USA
Phone:
';var m_b920cc1a616d1b00fb4f610065edb136 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_b920cc1a616d1b00fb4f610065edb136['infowindow'] = new google.maps.InfoWindow({content: $lb920cc1a616d1b00fb4f610065edb136});var infowindow = new google.maps.InfoWindow({content: $lb920cc1a616d1b00fb4f610065edb136});google.maps.event.addListener(m_b920cc1a616d1b00fb4f610065edb136, 'click', function() {infowindow.open(map,m_b920cc1a616d1b00fb4f610065edb136);});$marker.push(m_b920cc1a616d1b00fb4f610065edb136);}});}google.maps.event.addDomListener(window, 'load', initialize);