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.5314,-70.457)};var g_1c104b9c0accfca52ef21728eaf01453 = new google.maps.Geocoder();g_1c104b9c0accfca52ef21728eaf01453.geocode( { 'address': "28 Main St, Dixfield, ME 04224, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dixfield-ME-bangor-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('dixfield-ME-bangor-savings-bank'), mapOptions);}document.getElementById('e66aad6b').innerHTML += ' | View Map';var $l1c104b9c0accfca52ef21728eaf01453 = '

Bangor Savings Bank

Address: 28 Main St, Dixfield, ME 04224, USA
Phone: (207) 562-4661
';var m_1c104b9c0accfca52ef21728eaf01453 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bangor Savings Bank',});m_1c104b9c0accfca52ef21728eaf01453['infowindow'] = new google.maps.InfoWindow({content: $l1c104b9c0accfca52ef21728eaf01453});var infowindow = new google.maps.InfoWindow({content: $l1c104b9c0accfca52ef21728eaf01453});google.maps.event.addListener(m_1c104b9c0accfca52ef21728eaf01453, 'click', function() {infowindow.open(map,m_1c104b9c0accfca52ef21728eaf01453);});$marker.push(m_1c104b9c0accfca52ef21728eaf01453);}});}google.maps.event.addDomListener(window, 'load', initialize);