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.6208,-70.2911)};var g_a07e2052b13d602da6022e533f3bed3d = new google.maps.Geocoder();g_a07e2052b13d602da6022e533f3bed3d.geocode( { 'address': "180 Waterman Dr, South Portland, ME 04106"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('south-portland-ME-bangor-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('south-portland-ME-bangor-savings-bank'), mapOptions);}document.getElementById('d9d7fb37').innerHTML += ' | View Map';var $la07e2052b13d602da6022e533f3bed3d = '

Bangor Savings Bank

Address: 180 Waterman Dr, South Portland, ME 04106
Phone: (207) 767-0814
';var m_a07e2052b13d602da6022e533f3bed3d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bangor Savings Bank',});m_a07e2052b13d602da6022e533f3bed3d['infowindow'] = new google.maps.InfoWindow({content: $la07e2052b13d602da6022e533f3bed3d});var infowindow = new google.maps.InfoWindow({content: $la07e2052b13d602da6022e533f3bed3d});google.maps.event.addListener(m_a07e2052b13d602da6022e533f3bed3d, 'click', function() {infowindow.open(map,m_a07e2052b13d602da6022e533f3bed3d);});$marker.push(m_a07e2052b13d602da6022e533f3bed3d);}});}google.maps.event.addDomListener(window, 'load', initialize);