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.0379,-71.1612)};var g_c96fc71df4ef8f6420fda7958957538c = new google.maps.Geocoder();g_c96fc71df4ef8f6420fda7958957538c.geocode( { 'address': "2 Freetown Rd, Raymond, NH 03077, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('raymond-NH-citizens-bank-supermarket-branch').style.display = '';map = new google.maps.Map(document.getElementById('raymond-NH-citizens-bank-supermarket-branch'), mapOptions);}document.getElementById('3d44023a').innerHTML += ' | View Map';var $lc96fc71df4ef8f6420fda7958957538c = '

Citizens Bank Supermarket Branch

Address: 2 Freetown Rd, Raymond, NH 03077, USA
Phone: (603) 895-1700
';var m_c96fc71df4ef8f6420fda7958957538c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank Supermarket Branch',});m_c96fc71df4ef8f6420fda7958957538c['infowindow'] = new google.maps.InfoWindow({content: $lc96fc71df4ef8f6420fda7958957538c});var infowindow = new google.maps.InfoWindow({content: $lc96fc71df4ef8f6420fda7958957538c});google.maps.event.addListener(m_c96fc71df4ef8f6420fda7958957538c, 'click', function() {infowindow.open(map,m_c96fc71df4ef8f6420fda7958957538c);});$marker.push(m_c96fc71df4ef8f6420fda7958957538c);}});}google.maps.event.addDomListener(window, 'load', initialize);