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.2474,-78.1942)};var g_c8d8d503e59bafcd1e83cc911885c31a = new google.maps.Geocoder();g_c8d8d503e59bafcd1e83cc911885c31a.geocode( { 'address': "48 N Main St, Albion, NY 14411, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('albion-NY-albion-branch').style.display = '';map = new google.maps.Map(document.getElementById('albion-NY-albion-branch'), mapOptions);}document.getElementById('ddd5cd2e').innerHTML += ' | View Map';var $lc8d8d503e59bafcd1e83cc911885c31a = '

Albion Branch

Address: 48 N Main St, Albion, NY 14411, USA
Phone: (585) 589-5502
';var m_c8d8d503e59bafcd1e83cc911885c31a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Albion Branch',});m_c8d8d503e59bafcd1e83cc911885c31a['infowindow'] = new google.maps.InfoWindow({content: $lc8d8d503e59bafcd1e83cc911885c31a});var infowindow = new google.maps.InfoWindow({content: $lc8d8d503e59bafcd1e83cc911885c31a});google.maps.event.addListener(m_c8d8d503e59bafcd1e83cc911885c31a, 'click', function() {infowindow.open(map,m_c8d8d503e59bafcd1e83cc911885c31a);});$marker.push(m_c8d8d503e59bafcd1e83cc911885c31a);}});}google.maps.event.addDomListener(window, 'load', initialize);