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.0705,-75.8136)};var g_b334cac4ee40f5ccda7dc3d9f1e4f388 = new google.maps.Geocoder();g_b334cac4ee40f5ccda7dc3d9f1e4f388.geocode( { 'address': "1115 Conklin Rd, Conklin, NY 13748, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('conklin-NY-hsbc-bank').style.display = '';map = new google.maps.Map(document.getElementById('conklin-NY-hsbc-bank'), mapOptions);}document.getElementById('207d8b50').innerHTML += ' | View Map';var $lb334cac4ee40f5ccda7dc3d9f1e4f388 = '

HSBC Bank

Address: 1115 Conklin Rd, Conklin, NY 13748, USA
Phone: (800) 975-4722
';var m_b334cac4ee40f5ccda7dc3d9f1e4f388 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'HSBC Bank',});m_b334cac4ee40f5ccda7dc3d9f1e4f388['infowindow'] = new google.maps.InfoWindow({content: $lb334cac4ee40f5ccda7dc3d9f1e4f388});var infowindow = new google.maps.InfoWindow({content: $lb334cac4ee40f5ccda7dc3d9f1e4f388});google.maps.event.addListener(m_b334cac4ee40f5ccda7dc3d9f1e4f388, 'click', function() {infowindow.open(map,m_b334cac4ee40f5ccda7dc3d9f1e4f388);});$marker.push(m_b334cac4ee40f5ccda7dc3d9f1e4f388);}});}google.maps.event.addDomListener(window, 'load', initialize);