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_ea3d9534a076f2a6f7068da38e7552ac = new google.maps.Geocoder();g_ea3d9534a076f2a6f7068da38e7552ac.geocode( { 'address': "10740 Queens Blvd, Forest Hills, NY 11375"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('forest-hills-NY-queens-county-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('forest-hills-NY-queens-county-savings-bank'), mapOptions);}document.getElementById('46090d16').innerHTML += ' | View Map';var $lea3d9534a076f2a6f7068da38e7552ac = '

Queens County Savings Bank

Address: 10740 Queens Blvd, Forest Hills, NY 11375
Phone: (718) 459-9696
';var m_ea3d9534a076f2a6f7068da38e7552ac = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Queens County Savings Bank',});m_ea3d9534a076f2a6f7068da38e7552ac['infowindow'] = new google.maps.InfoWindow({content: $lea3d9534a076f2a6f7068da38e7552ac});var infowindow = new google.maps.InfoWindow({content: $lea3d9534a076f2a6f7068da38e7552ac});google.maps.event.addListener(m_ea3d9534a076f2a6f7068da38e7552ac, 'click', function() {infowindow.open(map,m_ea3d9534a076f2a6f7068da38e7552ac);});$marker.push(m_ea3d9534a076f2a6f7068da38e7552ac);}});}google.maps.event.addDomListener(window, 'load', initialize);