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_0103e35453ccce1080726f4bf2a10bc7 = new google.maps.Geocoder();g_0103e35453ccce1080726f4bf2a10bc7.geocode( { 'address': "6645 Avenue N, Brooklyn, NY 11234"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brooklyn-NY-deutsche-bank').style.display = '';map = new google.maps.Map(document.getElementById('brooklyn-NY-deutsche-bank'), mapOptions);}document.getElementById('d6337941').innerHTML += ' | View Map';var $l0103e35453ccce1080726f4bf2a10bc7 = '

Deutsche Bank

Address: 6645 Avenue N, Brooklyn, NY 11234
Phone: (718) 949-1216
';var m_0103e35453ccce1080726f4bf2a10bc7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Deutsche Bank',});m_0103e35453ccce1080726f4bf2a10bc7['infowindow'] = new google.maps.InfoWindow({content: $l0103e35453ccce1080726f4bf2a10bc7});var infowindow = new google.maps.InfoWindow({content: $l0103e35453ccce1080726f4bf2a10bc7});google.maps.event.addListener(m_0103e35453ccce1080726f4bf2a10bc7, 'click', function() {infowindow.open(map,m_0103e35453ccce1080726f4bf2a10bc7);});$marker.push(m_0103e35453ccce1080726f4bf2a10bc7);}});}google.maps.event.addDomListener(window, 'load', initialize);