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.7289,-73.7486)};var g_74a02f2cd31e229e18b272a6b7f33af7 = new google.maps.Geocoder();g_74a02f2cd31e229e18b272a6b7f33af7.geocode( { 'address': "219-01 Jamaica Ave, Queens Village, NY 11428"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('queens-village-NY-chase-bank').style.display = '';map = new google.maps.Map(document.getElementById('queens-village-NY-chase-bank'), mapOptions);}document.getElementById('0739678c').innerHTML += ' | View Map';var $l74a02f2cd31e229e18b272a6b7f33af7 = '

Chase Bank

Address: 219-01 Jamaica Ave, Queens Village, NY 11428
Phone: (718) 454-7408
';var m_74a02f2cd31e229e18b272a6b7f33af7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chase Bank',});m_74a02f2cd31e229e18b272a6b7f33af7['infowindow'] = new google.maps.InfoWindow({content: $l74a02f2cd31e229e18b272a6b7f33af7});var infowindow = new google.maps.InfoWindow({content: $l74a02f2cd31e229e18b272a6b7f33af7});google.maps.event.addListener(m_74a02f2cd31e229e18b272a6b7f33af7, 'click', function() {infowindow.open(map,m_74a02f2cd31e229e18b272a6b7f33af7);});$marker.push(m_74a02f2cd31e229e18b272a6b7f33af7);}});}google.maps.event.addDomListener(window, 'load', initialize);