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(45.5017,-69.4665)};var g_44c5978a37f6b3e35b1c3bf1eb632295 = new google.maps.Geocoder();g_44c5978a37f6b3e35b1c3bf1eb632295.geocode( { 'address': "31 Lily Bay Rd, Greenville, ME 04441"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greenville-ME-bangor-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('greenville-ME-bangor-savings-bank'), mapOptions);}document.getElementById('577119e2').innerHTML += ' | View Map';var $l44c5978a37f6b3e35b1c3bf1eb632295 = '

Bangor Savings Bank

Address: 31 Lily Bay Rd, Greenville, ME 04441
Phone: (207) 695-3713
';var m_44c5978a37f6b3e35b1c3bf1eb632295 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bangor Savings Bank',});m_44c5978a37f6b3e35b1c3bf1eb632295['infowindow'] = new google.maps.InfoWindow({content: $l44c5978a37f6b3e35b1c3bf1eb632295});var infowindow = new google.maps.InfoWindow({content: $l44c5978a37f6b3e35b1c3bf1eb632295});google.maps.event.addListener(m_44c5978a37f6b3e35b1c3bf1eb632295, 'click', function() {infowindow.open(map,m_44c5978a37f6b3e35b1c3bf1eb632295);});$marker.push(m_44c5978a37f6b3e35b1c3bf1eb632295);}});}google.maps.event.addDomListener(window, 'load', initialize);