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.8096,-76.0216)};var g_41d98b54063973ecbdcbe845ff38ff95 = new google.maps.Geocoder();g_41d98b54063973ecbdcbe845ff38ff95.geocode( { 'address': "26 E Church St, Adams, NY 13605, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('adams-NY-hsbc-bank').style.display = '';map = new google.maps.Map(document.getElementById('adams-NY-hsbc-bank'), mapOptions);}document.getElementById('cf313f1b').innerHTML += ' | View Map';var $l41d98b54063973ecbdcbe845ff38ff95 = '

HSBC Bank

Address: 26 E Church St, Adams, NY 13605, USA
Phone: (800) 975-4722
';var m_41d98b54063973ecbdcbe845ff38ff95 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'HSBC Bank',});m_41d98b54063973ecbdcbe845ff38ff95['infowindow'] = new google.maps.InfoWindow({content: $l41d98b54063973ecbdcbe845ff38ff95});var infowindow = new google.maps.InfoWindow({content: $l41d98b54063973ecbdcbe845ff38ff95});google.maps.event.addListener(m_41d98b54063973ecbdcbe845ff38ff95, 'click', function() {infowindow.open(map,m_41d98b54063973ecbdcbe845ff38ff95);});$marker.push(m_41d98b54063973ecbdcbe845ff38ff95);}});}google.maps.event.addDomListener(window, 'load', initialize);