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.6986,-73.8862)};var g_0cc1387316a0688534821697a927fb0b = new google.maps.Geocoder();g_0cc1387316a0688534821697a927fb0b.geocode( { 'address': "5 New Karner Rd, Guilderland, NY 12084, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('guilderland-NY-nbt-bank-of-guilderland').style.display = '';map = new google.maps.Map(document.getElementById('guilderland-NY-nbt-bank-of-guilderland'), mapOptions);}document.getElementById('d50de66d').innerHTML += ' | View Map';var $l0cc1387316a0688534821697a927fb0b = '

NBT Bank of Guilderland

Address: 5 New Karner Rd, Guilderland, NY 12084, USA
Phone: (518) 452-2507
';var m_0cc1387316a0688534821697a927fb0b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'NBT Bank of Guilderland',});m_0cc1387316a0688534821697a927fb0b['infowindow'] = new google.maps.InfoWindow({content: $l0cc1387316a0688534821697a927fb0b});var infowindow = new google.maps.InfoWindow({content: $l0cc1387316a0688534821697a927fb0b});google.maps.event.addListener(m_0cc1387316a0688534821697a927fb0b, 'click', function() {infowindow.open(map,m_0cc1387316a0688534821697a927fb0b);});$marker.push(m_0cc1387316a0688534821697a927fb0b);}});}google.maps.event.addDomListener(window, 'load', initialize);