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.2364,-74.0113)};var g_d4bad256c73a6b25b86cc9c1a77255b1 = new google.maps.Geocoder();g_d4bad256c73a6b25b86cc9c1a77255b1.geocode( { 'address': "22 S Liberty Dr, Stony Point, NY 10980"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stony-point-NY-chase-bank').style.display = '';map = new google.maps.Map(document.getElementById('stony-point-NY-chase-bank'), mapOptions);}document.getElementById('e170699a').innerHTML += ' | View Map';var $ld4bad256c73a6b25b86cc9c1a77255b1 = '

Chase Bank

Address: 22 S Liberty Dr, Stony Point, NY 10980
Phone: (845) 429-1711
';var m_d4bad256c73a6b25b86cc9c1a77255b1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chase Bank',});m_d4bad256c73a6b25b86cc9c1a77255b1['infowindow'] = new google.maps.InfoWindow({content: $ld4bad256c73a6b25b86cc9c1a77255b1});var infowindow = new google.maps.InfoWindow({content: $ld4bad256c73a6b25b86cc9c1a77255b1});google.maps.event.addListener(m_d4bad256c73a6b25b86cc9c1a77255b1, 'click', function() {infowindow.open(map,m_d4bad256c73a6b25b86cc9c1a77255b1);});$marker.push(m_d4bad256c73a6b25b86cc9c1a77255b1);}});}google.maps.event.addDomListener(window, 'load', initialize);