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.205,-69.072)};var g_41f3cba68ffb2f2a2181b08abb545f89 = new google.maps.Geocoder();g_41f3cba68ffb2f2a2181b08abb545f89.geocode( { 'address': "89 Elm St, Camden, ME 04843, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('camden-ME-td-bank').style.display = '';map = new google.maps.Map(document.getElementById('camden-ME-td-bank'), mapOptions);}document.getElementById('5c450a35').innerHTML += ' | View Map';var $l41f3cba68ffb2f2a2181b08abb545f89 = '

TD Bank

Address: 89 Elm St, Camden, ME 04843, USA
Phone: (207) 236-8811
';var m_41f3cba68ffb2f2a2181b08abb545f89 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TD Bank',});m_41f3cba68ffb2f2a2181b08abb545f89['infowindow'] = new google.maps.InfoWindow({content: $l41f3cba68ffb2f2a2181b08abb545f89});var infowindow = new google.maps.InfoWindow({content: $l41f3cba68ffb2f2a2181b08abb545f89});google.maps.event.addListener(m_41f3cba68ffb2f2a2181b08abb545f89, 'click', function() {infowindow.open(map,m_41f3cba68ffb2f2a2181b08abb545f89);});$marker.push(m_41f3cba68ffb2f2a2181b08abb545f89);}});}google.maps.event.addDomListener(window, 'load', initialize);