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.6334,-73.7143)};var g_c2991757470f8f805c5228c0213999fa = new google.maps.Geocoder();g_c2991757470f8f805c5228c0213999fa.geocode( { 'address': "1000 Railroad Ave, Woodmere, NY 11598"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('woodmere-NY-chase-bank').style.display = '';map = new google.maps.Map(document.getElementById('woodmere-NY-chase-bank'), mapOptions);}document.getElementById('c58ba62b').innerHTML += ' | View Map';var $lc2991757470f8f805c5228c0213999fa = '

Chase Bank

Address: 1000 Railroad Ave, Woodmere, NY 11598
Phone: (516) 295-3200
';var m_c2991757470f8f805c5228c0213999fa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chase Bank',});m_c2991757470f8f805c5228c0213999fa['infowindow'] = new google.maps.InfoWindow({content: $lc2991757470f8f805c5228c0213999fa});var infowindow = new google.maps.InfoWindow({content: $lc2991757470f8f805c5228c0213999fa});google.maps.event.addListener(m_c2991757470f8f805c5228c0213999fa, 'click', function() {infowindow.open(map,m_c2991757470f8f805c5228c0213999fa);});$marker.push(m_c2991757470f8f805c5228c0213999fa);}});}google.maps.event.addDomListener(window, 'load', initialize);