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.7961,-70.1891)};var g_9a2b00452de2b0c7fda81c5066609acb = new google.maps.Geocoder();g_9a2b00452de2b0c7fda81c5066609acb.geocode( { 'address': "424 US-1, Yarmouth, ME 04096, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('yarmouth-ME-bath-savings-institution').style.display = '';map = new google.maps.Map(document.getElementById('yarmouth-ME-bath-savings-institution'), mapOptions);}document.getElementById('1944fa45').innerHTML += ' | View Map';var $l9a2b00452de2b0c7fda81c5066609acb = '

Bath Savings Institution

Address: 424 US-1, Yarmouth, ME 04096, USA
Phone: (207) 846-1156
';var m_9a2b00452de2b0c7fda81c5066609acb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bath Savings Institution',});m_9a2b00452de2b0c7fda81c5066609acb['infowindow'] = new google.maps.InfoWindow({content: $l9a2b00452de2b0c7fda81c5066609acb});var infowindow = new google.maps.InfoWindow({content: $l9a2b00452de2b0c7fda81c5066609acb});google.maps.event.addListener(m_9a2b00452de2b0c7fda81c5066609acb, 'click', function() {infowindow.open(map,m_9a2b00452de2b0c7fda81c5066609acb);});$marker.push(m_9a2b00452de2b0c7fda81c5066609acb);}});}google.maps.event.addDomListener(window, 'load', initialize);