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.1588,-77.5893)};var g_292264d5b2a58d2c4828fa183a1cce23 = new google.maps.Geocoder();g_292264d5b2a58d2c4828fa183a1cce23.geocode( { 'address': "46 Prince St # 2001A, Rochester, NY 14607, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rochester-NY-normandy').style.display = '';map = new google.maps.Map(document.getElementById('rochester-NY-normandy'), mapOptions);}document.getElementById('2a974b21').innerHTML += ' | View Map';var $l292264d5b2a58d2c4828fa183a1cce23 = '

Normandy

Address: 46 Prince St # 2001A, Rochester, NY 14607, USA
Phone: (585) 256-2600
';var m_292264d5b2a58d2c4828fa183a1cce23 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Normandy',});m_292264d5b2a58d2c4828fa183a1cce23['infowindow'] = new google.maps.InfoWindow({content: $l292264d5b2a58d2c4828fa183a1cce23});var infowindow = new google.maps.InfoWindow({content: $l292264d5b2a58d2c4828fa183a1cce23});google.maps.event.addListener(m_292264d5b2a58d2c4828fa183a1cce23, 'click', function() {infowindow.open(map,m_292264d5b2a58d2c4828fa183a1cce23);});$marker.push(m_292264d5b2a58d2c4828fa183a1cce23);}});}google.maps.event.addDomListener(window, 'load', initialize);