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.0439,-70.7746)};var g_e3ea1fc7d8f2c276570576308a67d451 = new google.maps.Geocoder();g_e3ea1fc7d8f2c276570576308a67d451.geocode( { 'address': "1500 Lafayette Rd, Portsmouth, NH 03801, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('portsmouth-NH-td-bank---atm').style.display = '';map = new google.maps.Map(document.getElementById('portsmouth-NH-td-bank---atm'), mapOptions);}document.getElementById('a2079fc3').innerHTML += ' | View Map';var $le3ea1fc7d8f2c276570576308a67d451 = '

TD Bank - ATM

Address: 1500 Lafayette Rd, Portsmouth, NH 03801, USA
Phone: (603) 433-2985
';var m_e3ea1fc7d8f2c276570576308a67d451 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TD Bank - ATM',});m_e3ea1fc7d8f2c276570576308a67d451['infowindow'] = new google.maps.InfoWindow({content: $le3ea1fc7d8f2c276570576308a67d451});var infowindow = new google.maps.InfoWindow({content: $le3ea1fc7d8f2c276570576308a67d451});google.maps.event.addListener(m_e3ea1fc7d8f2c276570576308a67d451, 'click', function() {infowindow.open(map,m_e3ea1fc7d8f2c276570576308a67d451);});$marker.push(m_e3ea1fc7d8f2c276570576308a67d451);}});}google.maps.event.addDomListener(window, 'load', initialize);