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.0698,-70.7707)};var g_8ae7733f9bc11275e8d0a0fdabe5be0a = new google.maps.Geocoder();g_8ae7733f9bc11275e8d0a0fdabe5be0a.geocode( { 'address': "674 Islington St, Portsmouth, NH 03801, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('portsmouth-NH-sovereign-atm').style.display = '';map = new google.maps.Map(document.getElementById('portsmouth-NH-sovereign-atm'), mapOptions);}document.getElementById('79464307').innerHTML += ' | View Map';var $l8ae7733f9bc11275e8d0a0fdabe5be0a = '

Sovereign ATM

Address: 674 Islington St, Portsmouth, NH 03801, USA
Phone:
';var m_8ae7733f9bc11275e8d0a0fdabe5be0a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sovereign ATM',});m_8ae7733f9bc11275e8d0a0fdabe5be0a['infowindow'] = new google.maps.InfoWindow({content: $l8ae7733f9bc11275e8d0a0fdabe5be0a});var infowindow = new google.maps.InfoWindow({content: $l8ae7733f9bc11275e8d0a0fdabe5be0a});google.maps.event.addListener(m_8ae7733f9bc11275e8d0a0fdabe5be0a, 'click', function() {infowindow.open(map,m_8ae7733f9bc11275e8d0a0fdabe5be0a);});$marker.push(m_8ae7733f9bc11275e8d0a0fdabe5be0a);}});}google.maps.event.addDomListener(window, 'load', initialize);