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_f9f339ed145c8d5e8aa0d16681aac3df = new google.maps.Geocoder();g_f9f339ed145c8d5e8aa0d16681aac3df.geocode( { 'address': "403 Flatbush Ave, Brooklyn, NY 11238"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brooklyn-NY-bank-rated-credit').style.display = '';map = new google.maps.Map(document.getElementById('brooklyn-NY-bank-rated-credit'), mapOptions);}document.getElementById('ec8c14a4').innerHTML += ' | View Map';var $lf9f339ed145c8d5e8aa0d16681aac3df = '

Bank Rated Credit

Address: 403 Flatbush Ave, Brooklyn, NY 11238
Phone: (646) 389-3792
';var m_f9f339ed145c8d5e8aa0d16681aac3df = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank Rated Credit',});m_f9f339ed145c8d5e8aa0d16681aac3df['infowindow'] = new google.maps.InfoWindow({content: $lf9f339ed145c8d5e8aa0d16681aac3df});var infowindow = new google.maps.InfoWindow({content: $lf9f339ed145c8d5e8aa0d16681aac3df});google.maps.event.addListener(m_f9f339ed145c8d5e8aa0d16681aac3df, 'click', function() {infowindow.open(map,m_f9f339ed145c8d5e8aa0d16681aac3df);});$marker.push(m_f9f339ed145c8d5e8aa0d16681aac3df);}});}google.maps.event.addDomListener(window, 'load', initialize);