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(43.1446,-77.6047)};var g_046637588961a84922c89105d922b288 = new google.maps.Geocoder();g_046637588961a84922c89105d922b288.geocode( { 'address': "570 South Ave, Rochester, NY 14620, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rochester-NY-neighborworks-rochester').style.display = '';map = new google.maps.Map(document.getElementById('rochester-NY-neighborworks-rochester'), mapOptions);}document.getElementById('579d341d').innerHTML += ' | View Map';var $l046637588961a84922c89105d922b288 = '

Neighborworks Rochester

Address: 570 South Ave, Rochester, NY 14620, USA
Phone: (585) 325-4170
';var m_046637588961a84922c89105d922b288 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Neighborworks Rochester',});m_046637588961a84922c89105d922b288['infowindow'] = new google.maps.InfoWindow({content: $l046637588961a84922c89105d922b288});var infowindow = new google.maps.InfoWindow({content: $l046637588961a84922c89105d922b288});google.maps.event.addListener(m_046637588961a84922c89105d922b288, 'click', function() {infowindow.open(map,m_046637588961a84922c89105d922b288);});$marker.push(m_046637588961a84922c89105d922b288);}});}google.maps.event.addDomListener(window, 'load', initialize);