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.1857,-70.9136)};var g_f3144cefe89a60d6a1afaf7859c5076b = new google.maps.Geocoder();g_f3144cefe89a60d6a1afaf7859c5076b.geocode( { 'address': "538 Central Ave, Dover, NH 03820"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dover-NH-eastern-bank').style.display = '';map = new google.maps.Map(document.getElementById('dover-NH-eastern-bank'), mapOptions);}document.getElementById('02ab529e').innerHTML += ' | View Map';var $lf3144cefe89a60d6a1afaf7859c5076b = '

Eastern Bank

Address: 538 Central Ave, Dover, NH 03820
Phone: (603) 742-9494
';var m_f3144cefe89a60d6a1afaf7859c5076b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Eastern Bank',});m_f3144cefe89a60d6a1afaf7859c5076b['infowindow'] = new google.maps.InfoWindow({content: $lf3144cefe89a60d6a1afaf7859c5076b});var infowindow = new google.maps.InfoWindow({content: $lf3144cefe89a60d6a1afaf7859c5076b});google.maps.event.addListener(m_f3144cefe89a60d6a1afaf7859c5076b, 'click', function() {infowindow.open(map,m_f3144cefe89a60d6a1afaf7859c5076b);});$marker.push(m_f3144cefe89a60d6a1afaf7859c5076b);}});}google.maps.event.addDomListener(window, 'load', initialize);