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(40.6288,-74.0946)};var g_7f91d39bc9175aa9a5ab21f76159ff3d = new google.maps.Geocoder();g_7f91d39bc9175aa9a5ab21f76159ff3d.geocode( { 'address': "339 Sand Ln, Staten Island, NY 10305"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('staten-island-NY-atlas-bank').style.display = '';map = new google.maps.Map(document.getElementById('staten-island-NY-atlas-bank'), mapOptions);}document.getElementById('38ee8ec3').innerHTML += ' | View Map';var $l7f91d39bc9175aa9a5ab21f76159ff3d = '

Atlas Bank

Address: 339 Sand Ln, Staten Island, NY 10305
Phone: (718) 768-4800
';var m_7f91d39bc9175aa9a5ab21f76159ff3d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Atlas Bank',});m_7f91d39bc9175aa9a5ab21f76159ff3d['infowindow'] = new google.maps.InfoWindow({content: $l7f91d39bc9175aa9a5ab21f76159ff3d});var infowindow = new google.maps.InfoWindow({content: $l7f91d39bc9175aa9a5ab21f76159ff3d});google.maps.event.addListener(m_7f91d39bc9175aa9a5ab21f76159ff3d, 'click', function() {infowindow.open(map,m_7f91d39bc9175aa9a5ab21f76159ff3d);});$marker.push(m_7f91d39bc9175aa9a5ab21f76159ff3d);}});}google.maps.event.addDomListener(window, 'load', initialize);