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.8363,-69.2834)};var g_b44e7a4a84d37370eb21e40c7f0d088a = new google.maps.Geocoder();g_b44e7a4a84d37370eb21e40c7f0d088a.geocode( { 'address': "63 Main St, Newport, ME 04953, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('newport-ME-atm-key-bank').style.display = '';map = new google.maps.Map(document.getElementById('newport-ME-atm-key-bank'), mapOptions);}document.getElementById('035d8e6b').innerHTML += ' | View Map';var $lb44e7a4a84d37370eb21e40c7f0d088a = '

ATM Key Bank

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