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_4b660edbdd548636da7f0d380c199a93 = new google.maps.Geocoder();g_4b660edbdd548636da7f0d380c199a93.geocode( { 'address': "3110 37th 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-alma-bank').style.display = '';map = new google.maps.Map(document.getElementById('long-island-city-NY-alma-bank'), mapOptions);}document.getElementById('f48d474e').innerHTML += ' | View Map';var $l4b660edbdd548636da7f0d380c199a93 = '

Alma Bank

Address: 3110 37th Ave, Long Island City, NY 11101
Phone: (718) 567-7956
';var m_4b660edbdd548636da7f0d380c199a93 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Alma Bank',});m_4b660edbdd548636da7f0d380c199a93['infowindow'] = new google.maps.InfoWindow({content: $l4b660edbdd548636da7f0d380c199a93});var infowindow = new google.maps.InfoWindow({content: $l4b660edbdd548636da7f0d380c199a93});google.maps.event.addListener(m_4b660edbdd548636da7f0d380c199a93, 'click', function() {infowindow.open(map,m_4b660edbdd548636da7f0d380c199a93);});$marker.push(m_4b660edbdd548636da7f0d380c199a93);}});}google.maps.event.addDomListener(window, 'load', initialize);