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.7212,-73.8502)};var g_122c3ea70402aa59bc06aa6d4d8a0974 = new google.maps.Geocoder();g_122c3ea70402aa59bc06aa6d4d8a0974.geocode( { 'address': "11822 Queens Blvd, Forest Hills, NY 11375"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('forest-hills-NY-jpmorgan-chase-bank').style.display = '';map = new google.maps.Map(document.getElementById('forest-hills-NY-jpmorgan-chase-bank'), mapOptions);}document.getElementById('3716a6da').innerHTML += ' | View Map';var $l122c3ea70402aa59bc06aa6d4d8a0974 = '

JPMorgan Chase Bank

Address: 11822 Queens Blvd, Forest Hills, NY 11375
Phone: (718) 286-2500
';var m_122c3ea70402aa59bc06aa6d4d8a0974 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'JPMorgan Chase Bank',});m_122c3ea70402aa59bc06aa6d4d8a0974['infowindow'] = new google.maps.InfoWindow({content: $l122c3ea70402aa59bc06aa6d4d8a0974});var infowindow = new google.maps.InfoWindow({content: $l122c3ea70402aa59bc06aa6d4d8a0974});google.maps.event.addListener(m_122c3ea70402aa59bc06aa6d4d8a0974, 'click', function() {infowindow.open(map,m_122c3ea70402aa59bc06aa6d4d8a0974);});$marker.push(m_122c3ea70402aa59bc06aa6d4d8a0974);}});}google.maps.event.addDomListener(window, 'load', initialize);