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(43.1475,-70.6423)};var g_10adac30ecedae4cc505493392db3f79 = new google.maps.Geocoder();g_10adac30ecedae4cc505493392db3f79.geocode( { 'address': "127 Long Sands Rd #2, York, ME 03909, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('york-ME-td-bank').style.display = '';map = new google.maps.Map(document.getElementById('york-ME-td-bank'), mapOptions);}document.getElementById('b81c67af').innerHTML += ' | View Map';var $l10adac30ecedae4cc505493392db3f79 = '

TD Bank

Address: 127 Long Sands Rd #2, York, ME 03909, USA
Phone: (207) 363-3990
';var m_10adac30ecedae4cc505493392db3f79 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TD Bank',});m_10adac30ecedae4cc505493392db3f79['infowindow'] = new google.maps.InfoWindow({content: $l10adac30ecedae4cc505493392db3f79});var infowindow = new google.maps.InfoWindow({content: $l10adac30ecedae4cc505493392db3f79});google.maps.event.addListener(m_10adac30ecedae4cc505493392db3f79, 'click', function() {infowindow.open(map,m_10adac30ecedae4cc505493392db3f79);});$marker.push(m_10adac30ecedae4cc505493392db3f79);}});}google.maps.event.addDomListener(window, 'load', initialize);