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.7228,-73.9987)};var g_651b83561f09b820b0e787f8a128c418 = new google.maps.Geocoder();g_651b83561f09b820b0e787f8a128c418.geocode( { 'address': "524 Broadway, New York, NY 10012, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-york-NY-commonbond').style.display = '';map = new google.maps.Map(document.getElementById('new-york-NY-commonbond'), mapOptions);}document.getElementById('f994fc2c').innerHTML += ' | View Map';var $l651b83561f09b820b0e787f8a128c418 = '

CommonBond

Address: 524 Broadway, New York, NY 10012, USA
Phone: (800) 975-7812
';var m_651b83561f09b820b0e787f8a128c418 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CommonBond',});m_651b83561f09b820b0e787f8a128c418['infowindow'] = new google.maps.InfoWindow({content: $l651b83561f09b820b0e787f8a128c418});var infowindow = new google.maps.InfoWindow({content: $l651b83561f09b820b0e787f8a128c418});google.maps.event.addListener(m_651b83561f09b820b0e787f8a128c418, 'click', function() {infowindow.open(map,m_651b83561f09b820b0e787f8a128c418);});$marker.push(m_651b83561f09b820b0e787f8a128c418);}});}google.maps.event.addDomListener(window, 'load', initialize);