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.2137,-70.5418)};var g_e22ada63c78c615dfd4a5f64f65b2e82 = new google.maps.Geocoder();g_e22ada63c78c615dfd4a5f64f65b2e82.geocode( { 'address': "369 Main St, Norway, ME 04268, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('norway-ME-atm-key-bank').style.display = '';map = new google.maps.Map(document.getElementById('norway-ME-atm-key-bank'), mapOptions);}document.getElementById('57014052').innerHTML += ' | View Map';var $le22ada63c78c615dfd4a5f64f65b2e82 = '

ATM (Key Bank)

Address: 369 Main St, Norway, ME 04268, USA
Phone:
';var m_e22ada63c78c615dfd4a5f64f65b2e82 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Key Bank)',});m_e22ada63c78c615dfd4a5f64f65b2e82['infowindow'] = new google.maps.InfoWindow({content: $le22ada63c78c615dfd4a5f64f65b2e82});var infowindow = new google.maps.InfoWindow({content: $le22ada63c78c615dfd4a5f64f65b2e82});google.maps.event.addListener(m_e22ada63c78c615dfd4a5f64f65b2e82, 'click', function() {infowindow.open(map,m_e22ada63c78c615dfd4a5f64f65b2e82);});$marker.push(m_e22ada63c78c615dfd4a5f64f65b2e82);}});}google.maps.event.addDomListener(window, 'load', initialize);