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.8839,-70.3463)};var g_73a3b8778caf371a6baa7bb48270903a = new google.maps.Geocoder();g_73a3b8778caf371a6baa7bb48270903a.geocode( { 'address': "24 Portland Rd, Gray, ME 04039"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gray-ME-androscoggin-bank').style.display = '';map = new google.maps.Map(document.getElementById('gray-ME-androscoggin-bank'), mapOptions);}document.getElementById('257387bd').innerHTML += ' | View Map';var $l73a3b8778caf371a6baa7bb48270903a = '

Androscoggin Bank

Address: 24 Portland Rd, Gray, ME 04039
Phone: (207) 657-4446
';var m_73a3b8778caf371a6baa7bb48270903a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Androscoggin Bank',});m_73a3b8778caf371a6baa7bb48270903a['infowindow'] = new google.maps.InfoWindow({content: $l73a3b8778caf371a6baa7bb48270903a});var infowindow = new google.maps.InfoWindow({content: $l73a3b8778caf371a6baa7bb48270903a});google.maps.event.addListener(m_73a3b8778caf371a6baa7bb48270903a, 'click', function() {infowindow.open(map,m_73a3b8778caf371a6baa7bb48270903a);});$marker.push(m_73a3b8778caf371a6baa7bb48270903a);}});}google.maps.event.addDomListener(window, 'load', initialize);