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.0029,-70.5224)};var g_30720669122c04dd639ff2b230c11e93 = new google.maps.Geocoder();g_30720669122c04dd639ff2b230c11e93.geocode( { 'address': "9 Leach Hill Rd, Casco, ME 04015, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('casco-ME-atm-td-bank').style.display = '';map = new google.maps.Map(document.getElementById('casco-ME-atm-td-bank'), mapOptions);}document.getElementById('133e10ea').innerHTML += ' | View Map';var $l30720669122c04dd639ff2b230c11e93 = '

ATM (TD Bank)

Address: 9 Leach Hill Rd, Casco, ME 04015, USA
Phone:
';var m_30720669122c04dd639ff2b230c11e93 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (TD Bank)',});m_30720669122c04dd639ff2b230c11e93['infowindow'] = new google.maps.InfoWindow({content: $l30720669122c04dd639ff2b230c11e93});var infowindow = new google.maps.InfoWindow({content: $l30720669122c04dd639ff2b230c11e93});google.maps.event.addListener(m_30720669122c04dd639ff2b230c11e93, 'click', function() {infowindow.open(map,m_30720669122c04dd639ff2b230c11e93);});$marker.push(m_30720669122c04dd639ff2b230c11e93);}});}google.maps.event.addDomListener(window, 'load', initialize);