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.9139,-69.8248)};var g_3b0eeabf28413058168a9d20f1126d21 = new google.maps.Geocoder();g_3b0eeabf28413058168a9d20f1126d21.geocode( { 'address': "105 Front St, Bath, ME 04530"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bath-ME-bath-savings-institution').style.display = '';map = new google.maps.Map(document.getElementById('bath-ME-bath-savings-institution'), mapOptions);}document.getElementById('6912fbbc').innerHTML += ' | View Map';var $l3b0eeabf28413058168a9d20f1126d21 = '

Bath Savings Institution

Address: 105 Front St, Bath, ME 04530
Phone: (207) 442-7711
';var m_3b0eeabf28413058168a9d20f1126d21 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bath Savings Institution',});m_3b0eeabf28413058168a9d20f1126d21['infowindow'] = new google.maps.InfoWindow({content: $l3b0eeabf28413058168a9d20f1126d21});var infowindow = new google.maps.InfoWindow({content: $l3b0eeabf28413058168a9d20f1126d21});google.maps.event.addListener(m_3b0eeabf28413058168a9d20f1126d21, 'click', function() {infowindow.open(map,m_3b0eeabf28413058168a9d20f1126d21);});$marker.push(m_3b0eeabf28413058168a9d20f1126d21);}});}google.maps.event.addDomListener(window, 'load', initialize);