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.3876,-72.3524)};var g_744142c97370132a7713e04c33289f5f = new google.maps.Geocoder();g_744142c97370132a7713e04c33289f5f.geocode( { 'address': "419 Main St, Claremont, NH 03743, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('claremont-NH-claremont-savings-bank-atm-at-riverside-marketplace').style.display = '';map = new google.maps.Map(document.getElementById('claremont-NH-claremont-savings-bank-atm-at-riverside-marketplace'), mapOptions);}document.getElementById('4b62500c').innerHTML += ' | View Map';var $l744142c97370132a7713e04c33289f5f = '

Claremont Savings Bank ATM at Riverside Marketplace

Address: 419 Main St, Claremont, NH 03743, USA
Phone: (603) 542-7711
';var m_744142c97370132a7713e04c33289f5f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Claremont Savings Bank ATM at Riverside Marketplace',});m_744142c97370132a7713e04c33289f5f['infowindow'] = new google.maps.InfoWindow({content: $l744142c97370132a7713e04c33289f5f});var infowindow = new google.maps.InfoWindow({content: $l744142c97370132a7713e04c33289f5f});google.maps.event.addListener(m_744142c97370132a7713e04c33289f5f, 'click', function() {infowindow.open(map,m_744142c97370132a7713e04c33289f5f);});$marker.push(m_744142c97370132a7713e04c33289f5f);}});}google.maps.event.addDomListener(window, 'load', initialize);