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.5423,-76.6627)};var g_5113a6a23d5a84bdc32ece20c26b165e = new google.maps.Geocoder();g_5113a6a23d5a84bdc32ece20c26b165e.geocode( { 'address': "2 W Main St, Trumansburg, NY 14886, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('trumansburg-NY-tompkins-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('trumansburg-NY-tompkins-trust-co'), mapOptions);}document.getElementById('4caf48be').innerHTML += ' | View Map';var $l5113a6a23d5a84bdc32ece20c26b165e = '

Tompkins Trust Co

Address: 2 W Main St, Trumansburg, NY 14886, USA
Phone: (607) 387-7331
';var m_5113a6a23d5a84bdc32ece20c26b165e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tompkins Trust Co',});m_5113a6a23d5a84bdc32ece20c26b165e['infowindow'] = new google.maps.InfoWindow({content: $l5113a6a23d5a84bdc32ece20c26b165e});var infowindow = new google.maps.InfoWindow({content: $l5113a6a23d5a84bdc32ece20c26b165e});google.maps.event.addListener(m_5113a6a23d5a84bdc32ece20c26b165e, 'click', function() {infowindow.open(map,m_5113a6a23d5a84bdc32ece20c26b165e);});$marker.push(m_5113a6a23d5a84bdc32ece20c26b165e);}});}google.maps.event.addDomListener(window, 'load', initialize);