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.5497,-69.63)};var g_fc633988c24c64a9e18168a7c035d3ba = new google.maps.Geocoder();g_fc633988c24c64a9e18168a7c035d3ba.geocode( { 'address': "24 Main St, Waterville, ME 04901, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('waterville-ME-the-bank-of-maine').style.display = '';map = new google.maps.Map(document.getElementById('waterville-ME-the-bank-of-maine'), mapOptions);}document.getElementById('d12e4e39').innerHTML += ' | View Map';var $lfc633988c24c64a9e18168a7c035d3ba = '

The Bank of Maine

Address: 24 Main St, Waterville, ME 04901, USA
Phone:
';var m_fc633988c24c64a9e18168a7c035d3ba = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Bank of Maine',});m_fc633988c24c64a9e18168a7c035d3ba['infowindow'] = new google.maps.InfoWindow({content: $lfc633988c24c64a9e18168a7c035d3ba});var infowindow = new google.maps.InfoWindow({content: $lfc633988c24c64a9e18168a7c035d3ba});google.maps.event.addListener(m_fc633988c24c64a9e18168a7c035d3ba, 'click', function() {infowindow.open(map,m_fc633988c24c64a9e18168a7c035d3ba);});$marker.push(m_fc633988c24c64a9e18168a7c035d3ba);}});}google.maps.event.addDomListener(window, 'load', initialize);