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.5927,-70.3315)};var g_9872ed9fc22fc182d371c3e9ed316094 = new google.maps.Geocoder();g_9872ed9fc22fc182d371c3e9ed316094.geocode( { 'address': "4 Hannaford Dr, Scarborough, ME 04074, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('scarborough-ME-td-bank').style.display = '';map = new google.maps.Map(document.getElementById('scarborough-ME-td-bank'), mapOptions);}document.getElementById('b2fd5a43').innerHTML += ' | View Map';var $l9872ed9fc22fc182d371c3e9ed316094 = '

TD Bank

Address: 4 Hannaford Dr, Scarborough, ME 04074, USA
Phone: (207) 883-5509
';var m_9872ed9fc22fc182d371c3e9ed316094 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TD Bank',});m_9872ed9fc22fc182d371c3e9ed316094['infowindow'] = new google.maps.InfoWindow({content: $l9872ed9fc22fc182d371c3e9ed316094});var infowindow = new google.maps.InfoWindow({content: $l9872ed9fc22fc182d371c3e9ed316094});google.maps.event.addListener(m_9872ed9fc22fc182d371c3e9ed316094, 'click', function() {infowindow.open(map,m_9872ed9fc22fc182d371c3e9ed316094);});$marker.push(m_9872ed9fc22fc182d371c3e9ed316094);}});}google.maps.event.addDomListener(window, 'load', initialize);