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(42.8848,-78.8743)};var g_4922dbf710cca1202c83b7c9bd812197 = new google.maps.Geocoder();g_4922dbf710cca1202c83b7c9bd812197.geocode( { 'address': "403 Main St #715, Buffalo, NY 14203, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('buffalo-NY-community-preservation-corporation').style.display = '';map = new google.maps.Map(document.getElementById('buffalo-NY-community-preservation-corporation'), mapOptions);}document.getElementById('8882ce0c').innerHTML += ' | View Map';var $l4922dbf710cca1202c83b7c9bd812197 = '

Community Preservation Corporation

Address: 403 Main St #715, Buffalo, NY 14203, USA
Phone: (716) 853-0266
';var m_4922dbf710cca1202c83b7c9bd812197 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Preservation Corporation',});m_4922dbf710cca1202c83b7c9bd812197['infowindow'] = new google.maps.InfoWindow({content: $l4922dbf710cca1202c83b7c9bd812197});var infowindow = new google.maps.InfoWindow({content: $l4922dbf710cca1202c83b7c9bd812197});google.maps.event.addListener(m_4922dbf710cca1202c83b7c9bd812197, 'click', function() {infowindow.open(map,m_4922dbf710cca1202c83b7c9bd812197);});$marker.push(m_4922dbf710cca1202c83b7c9bd812197);}});}google.maps.event.addDomListener(window, 'load', initialize);