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.2344,-70.8793)};var g_9b1c93a6864c39e48417ee486b83c387 = new google.maps.Geocoder();g_9b1c93a6864c39e48417ee486b83c387.geocode( { 'address': "59 Waltons Way, Somersworth, NH 03878, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('somersworth-NH-citizens-bank-supermarket-branch').style.display = '';map = new google.maps.Map(document.getElementById('somersworth-NH-citizens-bank-supermarket-branch'), mapOptions);}document.getElementById('f4887001').innerHTML += ' | View Map';var $l9b1c93a6864c39e48417ee486b83c387 = '

Citizens Bank Supermarket Branch

Address: 59 Waltons Way, Somersworth, NH 03878, USA
Phone: (603) 692-7825
';var m_9b1c93a6864c39e48417ee486b83c387 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank Supermarket Branch',});m_9b1c93a6864c39e48417ee486b83c387['infowindow'] = new google.maps.InfoWindow({content: $l9b1c93a6864c39e48417ee486b83c387});var infowindow = new google.maps.InfoWindow({content: $l9b1c93a6864c39e48417ee486b83c387});google.maps.event.addListener(m_9b1c93a6864c39e48417ee486b83c387, 'click', function() {infowindow.open(map,m_9b1c93a6864c39e48417ee486b83c387);});$marker.push(m_9b1c93a6864c39e48417ee486b83c387);}});}google.maps.event.addDomListener(window, 'load', initialize);