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(42.8594,-71.4908)};var g_354567da9c35a23e001dc6e7635fad68 = new google.maps.Geocoder();g_354567da9c35a23e001dc6e7635fad68.geocode( { 'address': "421 Daniel Webster Hwy, Merrimack, NH 03054, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('merrimack-NH-santandar-bank').style.display = '';map = new google.maps.Map(document.getElementById('merrimack-NH-santandar-bank'), mapOptions);}document.getElementById('eeaa9337').innerHTML += ' | View Map';var $l354567da9c35a23e001dc6e7635fad68 = '

Santandar Bank

Address: 421 Daniel Webster Hwy, Merrimack, NH 03054, USA
Phone: (603) 429-4283
';var m_354567da9c35a23e001dc6e7635fad68 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santandar Bank',});m_354567da9c35a23e001dc6e7635fad68['infowindow'] = new google.maps.InfoWindow({content: $l354567da9c35a23e001dc6e7635fad68});var infowindow = new google.maps.InfoWindow({content: $l354567da9c35a23e001dc6e7635fad68});google.maps.event.addListener(m_354567da9c35a23e001dc6e7635fad68, 'click', function() {infowindow.open(map,m_354567da9c35a23e001dc6e7635fad68);});$marker.push(m_354567da9c35a23e001dc6e7635fad68);}});}google.maps.event.addDomListener(window, 'load', initialize);