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.6088,-76.1876)};var g_c938d97fb333d4b1fbf906b760afa29b = new google.maps.Geocoder();g_c938d97fb333d4b1fbf906b760afa29b.geocode( { 'address': "134 Homer Ave, Cortland, NY 13045, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cortland-NY-nbt-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('cortland-NY-nbt-bank-atm'), mapOptions);}document.getElementById('f988636b').innerHTML += ' | View Map';var $lc938d97fb333d4b1fbf906b760afa29b = '

NBT Bank ATM

Address: 134 Homer Ave, Cortland, NY 13045, USA
Phone:
';var m_c938d97fb333d4b1fbf906b760afa29b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'NBT Bank ATM',});m_c938d97fb333d4b1fbf906b760afa29b['infowindow'] = new google.maps.InfoWindow({content: $lc938d97fb333d4b1fbf906b760afa29b});var infowindow = new google.maps.InfoWindow({content: $lc938d97fb333d4b1fbf906b760afa29b});google.maps.event.addListener(m_c938d97fb333d4b1fbf906b760afa29b, 'click', function() {infowindow.open(map,m_c938d97fb333d4b1fbf906b760afa29b);});$marker.push(m_c938d97fb333d4b1fbf906b760afa29b);}});}google.maps.event.addDomListener(window, 'load', initialize);