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.6411,-73.666)};var g_996537a05d20697926cfec0512f27617 = new google.maps.Geocoder();g_996537a05d20697926cfec0512f27617.geocode( { 'address': "111 Main St, East Rockaway, NY 11518"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('east-rockaway-NY-chase-bank').style.display = '';map = new google.maps.Map(document.getElementById('east-rockaway-NY-chase-bank'), mapOptions);}document.getElementById('46ec99c6').innerHTML += ' | View Map';var $l996537a05d20697926cfec0512f27617 = '

Chase Bank

Address: 111 Main St, East Rockaway, NY 11518
Phone: (516) 825-0132
';var m_996537a05d20697926cfec0512f27617 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chase Bank',});m_996537a05d20697926cfec0512f27617['infowindow'] = new google.maps.InfoWindow({content: $l996537a05d20697926cfec0512f27617});var infowindow = new google.maps.InfoWindow({content: $l996537a05d20697926cfec0512f27617});google.maps.event.addListener(m_996537a05d20697926cfec0512f27617, 'click', function() {infowindow.open(map,m_996537a05d20697926cfec0512f27617);});$marker.push(m_996537a05d20697926cfec0512f27617);}});}google.maps.event.addDomListener(window, 'load', initialize);