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.8365,-69.2817)};var g_f5647c5d00920e1843a77505f606d613 = new google.maps.Geocoder();g_f5647c5d00920e1843a77505f606d613.geocode( { 'address': "76 Main St, Newport, ME 04953, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('newport-ME-atm-td-bank').style.display = '';map = new google.maps.Map(document.getElementById('newport-ME-atm-td-bank'), mapOptions);}document.getElementById('800ef8c5').innerHTML += ' | View Map';var $lf5647c5d00920e1843a77505f606d613 = '

ATM (TD Bank)

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