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.6955,-73.9927)};var g_0c72cb7ee1512f800abe27823a792d03 = new google.maps.Geocoder();g_0c72cb7ee1512f800abe27823a792d03.geocode( { 'address': "1218 Kings Hwy, Brooklyn, NY 11229"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brooklyn-NY-alma-bank').style.display = '';map = new google.maps.Map(document.getElementById('brooklyn-NY-alma-bank'), mapOptions);}document.getElementById('0ce875ec').innerHTML += ' | View Map';var $l0c72cb7ee1512f800abe27823a792d03 = '

Alma Bank

Address: 1218 Kings Hwy, Brooklyn, NY 11229
Phone: (718) 336-4070
';var m_0c72cb7ee1512f800abe27823a792d03 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Alma Bank',});m_0c72cb7ee1512f800abe27823a792d03['infowindow'] = new google.maps.InfoWindow({content: $l0c72cb7ee1512f800abe27823a792d03});var infowindow = new google.maps.InfoWindow({content: $l0c72cb7ee1512f800abe27823a792d03});google.maps.event.addListener(m_0c72cb7ee1512f800abe27823a792d03, 'click', function() {infowindow.open(map,m_0c72cb7ee1512f800abe27823a792d03);});$marker.push(m_0c72cb7ee1512f800abe27823a792d03);}});}google.maps.event.addDomListener(window, 'load', initialize);