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_f00b28016cea10cb7e765a15adbe686b = new google.maps.Geocoder();g_f00b28016cea10cb7e765a15adbe686b.geocode( { 'address': "11835 Queens Blvd, Forest Hills, NY 11375"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('forest-hills-NY-signature-bank').style.display = '';map = new google.maps.Map(document.getElementById('forest-hills-NY-signature-bank'), mapOptions);}document.getElementById('5c99b479').innerHTML += ' | View Map';var $lf00b28016cea10cb7e765a15adbe686b = '

Signature Bank

Address: 11835 Queens Blvd, Forest Hills, NY 11375
Phone: (718) 520-5496
';var m_f00b28016cea10cb7e765a15adbe686b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Signature Bank',});m_f00b28016cea10cb7e765a15adbe686b['infowindow'] = new google.maps.InfoWindow({content: $lf00b28016cea10cb7e765a15adbe686b});var infowindow = new google.maps.InfoWindow({content: $lf00b28016cea10cb7e765a15adbe686b});google.maps.event.addListener(m_f00b28016cea10cb7e765a15adbe686b, 'click', function() {infowindow.open(map,m_f00b28016cea10cb7e765a15adbe686b);});$marker.push(m_f00b28016cea10cb7e765a15adbe686b);}});}google.maps.event.addDomListener(window, 'load', initialize);