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(43.9177,-69.8019)};var g_796d2911c91402e3e5fec0449c7036d3 = new google.maps.Geocoder();g_796d2911c91402e3e5fec0449c7036d3.geocode( { 'address': "100 Main St, Woolwich, ME 04579, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('woolwich-ME-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('woolwich-ME-citizens-bank'), mapOptions);}document.getElementById('b55e3b3c').innerHTML += ' | View Map';var $l796d2911c91402e3e5fec0449c7036d3 = '

Citizens Bank

Address: 100 Main St, Woolwich, ME 04579, USA
Phone:
';var m_796d2911c91402e3e5fec0449c7036d3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_796d2911c91402e3e5fec0449c7036d3['infowindow'] = new google.maps.InfoWindow({content: $l796d2911c91402e3e5fec0449c7036d3});var infowindow = new google.maps.InfoWindow({content: $l796d2911c91402e3e5fec0449c7036d3});google.maps.event.addListener(m_796d2911c91402e3e5fec0449c7036d3, 'click', function() {infowindow.open(map,m_796d2911c91402e3e5fec0449c7036d3);});$marker.push(m_796d2911c91402e3e5fec0449c7036d3);}});}google.maps.event.addDomListener(window, 'load', initialize);