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.7894,-73.7774)};var g_5ad3a82094040255a4ea79209e2840c7 = new google.maps.Geocoder();g_5ad3a82094040255a4ea79209e2840c7.geocode( { 'address': "3839 Bell Blvd, Bayside, NY 11361"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bayside-NY-chase').style.display = '';map = new google.maps.Map(document.getElementById('bayside-NY-chase'), mapOptions);}document.getElementById('7b9e3656').innerHTML += ' | View Map';var $l5ad3a82094040255a4ea79209e2840c7 = '

Chase

Address: 3839 Bell Blvd, Bayside, NY 11361
Phone: (718) 428-0261
';var m_5ad3a82094040255a4ea79209e2840c7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chase',});m_5ad3a82094040255a4ea79209e2840c7['infowindow'] = new google.maps.InfoWindow({content: $l5ad3a82094040255a4ea79209e2840c7});var infowindow = new google.maps.InfoWindow({content: $l5ad3a82094040255a4ea79209e2840c7});google.maps.event.addListener(m_5ad3a82094040255a4ea79209e2840c7, 'click', function() {infowindow.open(map,m_5ad3a82094040255a4ea79209e2840c7);});$marker.push(m_5ad3a82094040255a4ea79209e2840c7);}});}google.maps.event.addDomListener(window, 'load', initialize);