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_aa821b4b98c39ba3c82016e243bca3f2 = new google.maps.Geocoder();g_aa821b4b98c39ba3c82016e243bca3f2.geocode( { 'address': "917 Fulton St, Brooklyn, NY 11238"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brooklyn-NY-prymar-associates').style.display = '';map = new google.maps.Map(document.getElementById('brooklyn-NY-prymar-associates'), mapOptions);}document.getElementById('31b5f511').innerHTML += ' | View Map';var $laa821b4b98c39ba3c82016e243bca3f2 = '

Prymar Associates

Address: 917 Fulton St, Brooklyn, NY 11238
Phone: (718) 789-7900
';var m_aa821b4b98c39ba3c82016e243bca3f2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Prymar Associates',});m_aa821b4b98c39ba3c82016e243bca3f2['infowindow'] = new google.maps.InfoWindow({content: $laa821b4b98c39ba3c82016e243bca3f2});var infowindow = new google.maps.InfoWindow({content: $laa821b4b98c39ba3c82016e243bca3f2});google.maps.event.addListener(m_aa821b4b98c39ba3c82016e243bca3f2, 'click', function() {infowindow.open(map,m_aa821b4b98c39ba3c82016e243bca3f2);});$marker.push(m_aa821b4b98c39ba3c82016e243bca3f2);}});}google.maps.event.addDomListener(window, 'load', initialize);