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.4257,-69.007)};var g_c3a5706e6524c0a5454747000dea498d = new google.maps.Geocoder();g_c3a5706e6524c0a5454747000dea498d.geocode( { 'address': "106 Main St, Belfast, ME 04915, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('belfast-ME-td-bank').style.display = '';map = new google.maps.Map(document.getElementById('belfast-ME-td-bank'), mapOptions);}document.getElementById('7c13ec96').innerHTML += ' | View Map';var $lc3a5706e6524c0a5454747000dea498d = '

TD Bank

Address: 106 Main St, Belfast, ME 04915, USA
Phone: (207) 338-8924
';var m_c3a5706e6524c0a5454747000dea498d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TD Bank',});m_c3a5706e6524c0a5454747000dea498d['infowindow'] = new google.maps.InfoWindow({content: $lc3a5706e6524c0a5454747000dea498d});var infowindow = new google.maps.InfoWindow({content: $lc3a5706e6524c0a5454747000dea498d});google.maps.event.addListener(m_c3a5706e6524c0a5454747000dea498d, 'click', function() {infowindow.open(map,m_c3a5706e6524c0a5454747000dea498d);});$marker.push(m_c3a5706e6524c0a5454747000dea498d);}});}google.maps.event.addDomListener(window, 'load', initialize);