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(41.2715,-70.0923)};var g_a48de64614b49d431c5097352760b660 = new google.maps.Geocoder();g_a48de64614b49d431c5097352760b660.geocode( { 'address': "21 Sparks Ave, Nantucket, MA 02554, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('nantucket-MA-atm').style.display = '';map = new google.maps.Map(document.getElementById('nantucket-MA-atm'), mapOptions);}document.getElementById('1055e5d9').innerHTML += ' | View Map';var $la48de64614b49d431c5097352760b660 = '

ATM

Address: 21 Sparks Ave, Nantucket, MA 02554, USA
Phone:
';var m_a48de64614b49d431c5097352760b660 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM',});m_a48de64614b49d431c5097352760b660['infowindow'] = new google.maps.InfoWindow({content: $la48de64614b49d431c5097352760b660});var infowindow = new google.maps.InfoWindow({content: $la48de64614b49d431c5097352760b660});google.maps.event.addListener(m_a48de64614b49d431c5097352760b660, 'click', function() {infowindow.open(map,m_a48de64614b49d431c5097352760b660);});$marker.push(m_a48de64614b49d431c5097352760b660);}});}google.maps.event.addDomListener(window, 'load', initialize);