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.2276,-69.7759)};var g_5592658d12e0408c6436404c3f1a4f33 = new google.maps.Geocoder();g_5592658d12e0408c6436404c3f1a4f33.geocode( { 'address': "65 Brunswick Ave, Gardiner, ME 04345, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gardiner-ME-atm-key-bank').style.display = '';map = new google.maps.Map(document.getElementById('gardiner-ME-atm-key-bank'), mapOptions);}document.getElementById('b640c5fc').innerHTML += ' | View Map';var $l5592658d12e0408c6436404c3f1a4f33 = '

ATM (Key Bank)

Address: 65 Brunswick Ave, Gardiner, ME 04345, USA
Phone:
';var m_5592658d12e0408c6436404c3f1a4f33 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Key Bank)',});m_5592658d12e0408c6436404c3f1a4f33['infowindow'] = new google.maps.InfoWindow({content: $l5592658d12e0408c6436404c3f1a4f33});var infowindow = new google.maps.InfoWindow({content: $l5592658d12e0408c6436404c3f1a4f33});google.maps.event.addListener(m_5592658d12e0408c6436404c3f1a4f33, 'click', function() {infowindow.open(map,m_5592658d12e0408c6436404c3f1a4f33);});$marker.push(m_5592658d12e0408c6436404c3f1a4f33);}});}google.maps.event.addDomListener(window, 'load', initialize);