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_e745a6bad4ffe5a1b35aac134ea148c7 = new google.maps.Geocoder();g_e745a6bad4ffe5a1b35aac134ea148c7.geocode( { 'address': "10750 Queens Blvd, Forest Hills, NY 11375"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('forest-hills-NY-first-american-international-bank').style.display = '';map = new google.maps.Map(document.getElementById('forest-hills-NY-first-american-international-bank'), mapOptions);}document.getElementById('511eb077').innerHTML += ' | View Map';var $le745a6bad4ffe5a1b35aac134ea148c7 = '

First American International Bank

Address: 10750 Queens Blvd, Forest Hills, NY 11375
Phone: (718) 793-3168
';var m_e745a6bad4ffe5a1b35aac134ea148c7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First American International Bank',});m_e745a6bad4ffe5a1b35aac134ea148c7['infowindow'] = new google.maps.InfoWindow({content: $le745a6bad4ffe5a1b35aac134ea148c7});var infowindow = new google.maps.InfoWindow({content: $le745a6bad4ffe5a1b35aac134ea148c7});google.maps.event.addListener(m_e745a6bad4ffe5a1b35aac134ea148c7, 'click', function() {infowindow.open(map,m_e745a6bad4ffe5a1b35aac134ea148c7);});$marker.push(m_e745a6bad4ffe5a1b35aac134ea148c7);}});}google.maps.event.addDomListener(window, 'load', initialize);