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.7192,-73.6889)};var g_309ab031d63a7de6ba31b2b9ddd384ca = new google.maps.Geocoder();g_309ab031d63a7de6ba31b2b9ddd384ca.geocode( { 'address': "1122 Franklin Ave, Garden City, NY 11530"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('garden-city-NY-flushing-bank').style.display = '';map = new google.maps.Map(document.getElementById('garden-city-NY-flushing-bank'), mapOptions);}document.getElementById('fe0c8155').innerHTML += ' | View Map';var $l309ab031d63a7de6ba31b2b9ddd384ca = '

Flushing Bank

Address: 1122 Franklin Ave, Garden City, NY 11530
Phone: (516) 471-3100
';var m_309ab031d63a7de6ba31b2b9ddd384ca = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Flushing Bank',});m_309ab031d63a7de6ba31b2b9ddd384ca['infowindow'] = new google.maps.InfoWindow({content: $l309ab031d63a7de6ba31b2b9ddd384ca});var infowindow = new google.maps.InfoWindow({content: $l309ab031d63a7de6ba31b2b9ddd384ca});google.maps.event.addListener(m_309ab031d63a7de6ba31b2b9ddd384ca, 'click', function() {infowindow.open(map,m_309ab031d63a7de6ba31b2b9ddd384ca);});$marker.push(m_309ab031d63a7de6ba31b2b9ddd384ca);}});}google.maps.event.addDomListener(window, 'load', initialize);