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.5727,-76.2176)};var g_15e59bc75a6ec0f6874d653a36596549 = new google.maps.Geocoder();g_15e59bc75a6ec0f6874d653a36596549.geocode( { 'address': "860 NY-13, Cortland, NY 13045, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cortland-NY-cortlandville-branch').style.display = '';map = new google.maps.Map(document.getElementById('cortland-NY-cortlandville-branch'), mapOptions);}document.getElementById('bd4c00c6').innerHTML += ' | View Map';var $l15e59bc75a6ec0f6874d653a36596549 = '

Cortlandville Branch

Address: 860 NY-13, Cortland, NY 13045, USA
Phone: (607) 758-2350
';var m_15e59bc75a6ec0f6874d653a36596549 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cortlandville Branch',});m_15e59bc75a6ec0f6874d653a36596549['infowindow'] = new google.maps.InfoWindow({content: $l15e59bc75a6ec0f6874d653a36596549});var infowindow = new google.maps.InfoWindow({content: $l15e59bc75a6ec0f6874d653a36596549});google.maps.event.addListener(m_15e59bc75a6ec0f6874d653a36596549, 'click', function() {infowindow.open(map,m_15e59bc75a6ec0f6874d653a36596549);});$marker.push(m_15e59bc75a6ec0f6874d653a36596549);}});}google.maps.event.addDomListener(window, 'load', initialize);