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.1364,-73.9904)};var g_4543b6dbb458e8af5648d602a11ba977 = new google.maps.Geocoder();g_4543b6dbb458e8af5648d602a11ba977.geocode( { 'address': "316 S Main St, New City, NY 10956, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-city-NY-atm-chase-bank').style.display = '';map = new google.maps.Map(document.getElementById('new-city-NY-atm-chase-bank'), mapOptions);}document.getElementById('2b1e2abd').innerHTML += ' | View Map';var $l4543b6dbb458e8af5648d602a11ba977 = '

ATM (Chase Bank)

Address: 316 S Main St, New City, NY 10956, USA
Phone:
';var m_4543b6dbb458e8af5648d602a11ba977 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Chase Bank)',});m_4543b6dbb458e8af5648d602a11ba977['infowindow'] = new google.maps.InfoWindow({content: $l4543b6dbb458e8af5648d602a11ba977});var infowindow = new google.maps.InfoWindow({content: $l4543b6dbb458e8af5648d602a11ba977});google.maps.event.addListener(m_4543b6dbb458e8af5648d602a11ba977, 'click', function() {infowindow.open(map,m_4543b6dbb458e8af5648d602a11ba977);});$marker.push(m_4543b6dbb458e8af5648d602a11ba977);}});}google.maps.event.addDomListener(window, 'load', initialize);