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.0468,-73.9447)};var g_150f2188809c048204a0a83f51d3a79f = new google.maps.Geocoder();g_150f2188809c048204a0a83f51d3a79f.geocode( { 'address': "333 NY-303, Orangeburg, NY 10962, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('orangeburg-NY-atm-chase-bank').style.display = '';map = new google.maps.Map(document.getElementById('orangeburg-NY-atm-chase-bank'), mapOptions);}document.getElementById('4065ea8e').innerHTML += ' | View Map';var $l150f2188809c048204a0a83f51d3a79f = '

ATM (Chase Bank)

Address: 333 NY-303, Orangeburg, NY 10962, USA
Phone:
';var m_150f2188809c048204a0a83f51d3a79f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Chase Bank)',});m_150f2188809c048204a0a83f51d3a79f['infowindow'] = new google.maps.InfoWindow({content: $l150f2188809c048204a0a83f51d3a79f});var infowindow = new google.maps.InfoWindow({content: $l150f2188809c048204a0a83f51d3a79f});google.maps.event.addListener(m_150f2188809c048204a0a83f51d3a79f, 'click', function() {infowindow.open(map,m_150f2188809c048204a0a83f51d3a79f);});$marker.push(m_150f2188809c048204a0a83f51d3a79f);}});}google.maps.event.addDomListener(window, 'load', initialize);