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_67f6d2e9915d70fd0dd562623d86eb43 = new google.maps.Geocoder();g_67f6d2e9915d70fd0dd562623d86eb43.geocode( { 'address': "2753 Coney Island Ave, Brooklyn, NY 11235"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brooklyn-NY-alliance-claim-funding').style.display = '';map = new google.maps.Map(document.getElementById('brooklyn-NY-alliance-claim-funding'), mapOptions);}document.getElementById('59d9fb64').innerHTML += ' | View Map';var $l67f6d2e9915d70fd0dd562623d86eb43 = '

Alliance Claim Funding

Address: 2753 Coney Island Ave, Brooklyn, NY 11235
Phone: (888) 386-3167
';var m_67f6d2e9915d70fd0dd562623d86eb43 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Alliance Claim Funding',});m_67f6d2e9915d70fd0dd562623d86eb43['infowindow'] = new google.maps.InfoWindow({content: $l67f6d2e9915d70fd0dd562623d86eb43});var infowindow = new google.maps.InfoWindow({content: $l67f6d2e9915d70fd0dd562623d86eb43});google.maps.event.addListener(m_67f6d2e9915d70fd0dd562623d86eb43, 'click', function() {infowindow.open(map,m_67f6d2e9915d70fd0dd562623d86eb43);});$marker.push(m_67f6d2e9915d70fd0dd562623d86eb43);}});}google.maps.event.addDomListener(window, 'load', initialize);