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.8817,-70.3292)};var g_75d11096a8bc90950c42ae6738f677ab = new google.maps.Geocoder();g_75d11096a8bc90950c42ae6738f677ab.geocode( { 'address': "23 Portland Rd, Gray, ME 04039, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gray-ME-td-bank').style.display = '';map = new google.maps.Map(document.getElementById('gray-ME-td-bank'), mapOptions);}document.getElementById('8a8dc8f3').innerHTML += ' | View Map';var $l75d11096a8bc90950c42ae6738f677ab = '

TD Bank

Address: 23 Portland Rd, Gray, ME 04039, USA
Phone: (207) 657-4991
';var m_75d11096a8bc90950c42ae6738f677ab = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TD Bank',});m_75d11096a8bc90950c42ae6738f677ab['infowindow'] = new google.maps.InfoWindow({content: $l75d11096a8bc90950c42ae6738f677ab});var infowindow = new google.maps.InfoWindow({content: $l75d11096a8bc90950c42ae6738f677ab});google.maps.event.addListener(m_75d11096a8bc90950c42ae6738f677ab, 'click', function() {infowindow.open(map,m_75d11096a8bc90950c42ae6738f677ab);});$marker.push(m_75d11096a8bc90950c42ae6738f677ab);}});}google.maps.event.addDomListener(window, 'load', initialize);