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_d1d2049a30d77d59ff59cc2db2cabcc1 = new google.maps.Geocoder();g_d1d2049a30d77d59ff59cc2db2cabcc1.geocode( { 'address': "498 Columbia St, Brooklyn, NY 11231"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brooklyn-NY-independence-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('brooklyn-NY-independence-savings-bank'), mapOptions);}document.getElementById('a1f5b853').innerHTML += ' | View Map';var $ld1d2049a30d77d59ff59cc2db2cabcc1 = '

Independence Savings Bank

Address: 498 Columbia St, Brooklyn, NY 11231
Phone: (718) 222-1159
';var m_d1d2049a30d77d59ff59cc2db2cabcc1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Independence Savings Bank',});m_d1d2049a30d77d59ff59cc2db2cabcc1['infowindow'] = new google.maps.InfoWindow({content: $ld1d2049a30d77d59ff59cc2db2cabcc1});var infowindow = new google.maps.InfoWindow({content: $ld1d2049a30d77d59ff59cc2db2cabcc1});google.maps.event.addListener(m_d1d2049a30d77d59ff59cc2db2cabcc1, 'click', function() {infowindow.open(map,m_d1d2049a30d77d59ff59cc2db2cabcc1);});$marker.push(m_d1d2049a30d77d59ff59cc2db2cabcc1);}});}google.maps.event.addDomListener(window, 'load', initialize);