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.7485,-73.9392)};var g_b7f3b8bcd964f9e44b212cceabacf877 = new google.maps.Geocoder();g_b7f3b8bcd964f9e44b212cceabacf877.geocode( { 'address': "3000 47th Ave, Long Island City, NY 11101"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('long-island-city-NY-sterling-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('long-island-city-NY-sterling-national-bank'), mapOptions);}document.getElementById('3584c252').innerHTML += ' | View Map';var $lb7f3b8bcd964f9e44b212cceabacf877 = '

Sterling National Bank

Address: 3000 47th Ave, Long Island City, NY 11101
Phone: (718) 383-6012
';var m_b7f3b8bcd964f9e44b212cceabacf877 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sterling National Bank',});m_b7f3b8bcd964f9e44b212cceabacf877['infowindow'] = new google.maps.InfoWindow({content: $lb7f3b8bcd964f9e44b212cceabacf877});var infowindow = new google.maps.InfoWindow({content: $lb7f3b8bcd964f9e44b212cceabacf877});google.maps.event.addListener(m_b7f3b8bcd964f9e44b212cceabacf877, 'click', function() {infowindow.open(map,m_b7f3b8bcd964f9e44b212cceabacf877);});$marker.push(m_b7f3b8bcd964f9e44b212cceabacf877);}});}google.maps.event.addDomListener(window, 'load', initialize);