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.0421,-77.6605)};var g_a53d43fab988a714d7ddbc9c197d1009 = new google.maps.Geocoder();g_a53d43fab988a714d7ddbc9c197d1009.geocode( { 'address': "5582 W Henrietta Rd, West Henrietta, NY 14586, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-henrietta-NY-horizon-group-independent').style.display = '';map = new google.maps.Map(document.getElementById('west-henrietta-NY-horizon-group-independent'), mapOptions);}document.getElementById('7a833d4c').innerHTML += ' | View Map';var $la53d43fab988a714d7ddbc9c197d1009 = '

Horizon Group Independent

Address: 5582 W Henrietta Rd, West Henrietta, NY 14586, USA
Phone: (585) 334-3600
';var m_a53d43fab988a714d7ddbc9c197d1009 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Horizon Group Independent',});m_a53d43fab988a714d7ddbc9c197d1009['infowindow'] = new google.maps.InfoWindow({content: $la53d43fab988a714d7ddbc9c197d1009});var infowindow = new google.maps.InfoWindow({content: $la53d43fab988a714d7ddbc9c197d1009});google.maps.event.addListener(m_a53d43fab988a714d7ddbc9c197d1009, 'click', function() {infowindow.open(map,m_a53d43fab988a714d7ddbc9c197d1009);});$marker.push(m_a53d43fab988a714d7ddbc9c197d1009);}});}google.maps.event.addDomListener(window, 'load', initialize);