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(44.7856,-68.7524)};var g_827999d41591c8f70eab670ce38cced3 = new google.maps.Geocoder();g_827999d41591c8f70eab670ce38cced3.geocode( { 'address': "278 State St, Brewer, ME 04412, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brewer-ME-maine-savings').style.display = '';map = new google.maps.Map(document.getElementById('brewer-ME-maine-savings'), mapOptions);}document.getElementById('ba9a6a02').innerHTML += ' | View Map';var $l827999d41591c8f70eab670ce38cced3 = '

Maine Savings

Address: 278 State St, Brewer, ME 04412, USA
Phone: (207) 862-6500
';var m_827999d41591c8f70eab670ce38cced3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Maine Savings',});m_827999d41591c8f70eab670ce38cced3['infowindow'] = new google.maps.InfoWindow({content: $l827999d41591c8f70eab670ce38cced3});var infowindow = new google.maps.InfoWindow({content: $l827999d41591c8f70eab670ce38cced3});google.maps.event.addListener(m_827999d41591c8f70eab670ce38cced3, 'click', function() {infowindow.open(map,m_827999d41591c8f70eab670ce38cced3);});$marker.push(m_827999d41591c8f70eab670ce38cced3);}});}google.maps.event.addDomListener(window, 'load', initialize);