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.5274,-78.4734)};var g_14f4972736f1df51aae3e3f239a34b04 = new google.maps.Geocoder();g_14f4972736f1df51aae3e3f239a34b04.geocode( { 'address': "12188 Route 16, Yorkshire, NY 14173"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('yorkshire-NY-yorkshire-branch').style.display = '';map = new google.maps.Map(document.getElementById('yorkshire-NY-yorkshire-branch'), mapOptions);}document.getElementById('b95e0414').innerHTML += ' | View Map';var $l14f4972736f1df51aae3e3f239a34b04 = '

Yorkshire Branch

Address: 12188 Route 16, Yorkshire, NY 14173
Phone: (716) 492-9971
';var m_14f4972736f1df51aae3e3f239a34b04 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Yorkshire Branch',});m_14f4972736f1df51aae3e3f239a34b04['infowindow'] = new google.maps.InfoWindow({content: $l14f4972736f1df51aae3e3f239a34b04});var infowindow = new google.maps.InfoWindow({content: $l14f4972736f1df51aae3e3f239a34b04});google.maps.event.addListener(m_14f4972736f1df51aae3e3f239a34b04, 'click', function() {infowindow.open(map,m_14f4972736f1df51aae3e3f239a34b04);});$marker.push(m_14f4972736f1df51aae3e3f239a34b04);}});}google.maps.event.addDomListener(window, 'load', initialize);