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.2006,-77.6385)};var g_8da57fac3313174128cc5f13328d4573 = new google.maps.Geocoder();g_8da57fac3313174128cc5f13328d4573.geocode( { 'address': "430 W Ridge Rd, Rochester, NY 14615, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rochester-NY-u-trade').style.display = '';map = new google.maps.Map(document.getElementById('rochester-NY-u-trade'), mapOptions);}document.getElementById('ff941cfe').innerHTML += ' | View Map';var $l8da57fac3313174128cc5f13328d4573 = '

U-Trade

Address: 430 W Ridge Rd, Rochester, NY 14615, USA
Phone: (585) 621-7296
';var m_8da57fac3313174128cc5f13328d4573 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U-Trade',});m_8da57fac3313174128cc5f13328d4573['infowindow'] = new google.maps.InfoWindow({content: $l8da57fac3313174128cc5f13328d4573});var infowindow = new google.maps.InfoWindow({content: $l8da57fac3313174128cc5f13328d4573});google.maps.event.addListener(m_8da57fac3313174128cc5f13328d4573, 'click', function() {infowindow.open(map,m_8da57fac3313174128cc5f13328d4573);});$marker.push(m_8da57fac3313174128cc5f13328d4573);}});}google.maps.event.addDomListener(window, 'load', initialize);