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.0991,-75.2365)};var g_7989b99125f15d4f3ca798dd0583f882 = new google.maps.Geocoder();g_7989b99125f15d4f3ca798dd0583f882.geocode( { 'address': "270 Genesee St, Utica, NY 13502, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('utica-NY-nbt-bank-utica-financial-center').style.display = '';map = new google.maps.Map(document.getElementById('utica-NY-nbt-bank-utica-financial-center'), mapOptions);}document.getElementById('b3fc1ecd').innerHTML += ' | View Map';var $l7989b99125f15d4f3ca798dd0583f882 = '

NBT Bank Utica Financial Center

Address: 270 Genesee St, Utica, NY 13502, USA
Phone: (315) 738-8700
';var m_7989b99125f15d4f3ca798dd0583f882 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'NBT Bank Utica Financial Center',});m_7989b99125f15d4f3ca798dd0583f882['infowindow'] = new google.maps.InfoWindow({content: $l7989b99125f15d4f3ca798dd0583f882});var infowindow = new google.maps.InfoWindow({content: $l7989b99125f15d4f3ca798dd0583f882});google.maps.event.addListener(m_7989b99125f15d4f3ca798dd0583f882, 'click', function() {infowindow.open(map,m_7989b99125f15d4f3ca798dd0583f882);});$marker.push(m_7989b99125f15d4f3ca798dd0583f882);}});}google.maps.event.addDomListener(window, 'load', initialize);