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.3616,-76.5908)};var g_44b60c002b2cc28249e363501948ca48 = new google.maps.Geocoder();g_44b60c002b2cc28249e363501948ca48.geocode( { 'address': "183 Main St, Newfield, NY 14867, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('newfield-hamlet-NY-tioga-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('newfield-hamlet-NY-tioga-state-bank'), mapOptions);}document.getElementById('97acc9f2').innerHTML += ' | View Map';var $l44b60c002b2cc28249e363501948ca48 = '

Tioga State Bank

Address: 183 Main St, Newfield, NY 14867, USA
Phone: (607) 564-9947
';var m_44b60c002b2cc28249e363501948ca48 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tioga State Bank',});m_44b60c002b2cc28249e363501948ca48['infowindow'] = new google.maps.InfoWindow({content: $l44b60c002b2cc28249e363501948ca48});var infowindow = new google.maps.InfoWindow({content: $l44b60c002b2cc28249e363501948ca48});google.maps.event.addListener(m_44b60c002b2cc28249e363501948ca48, 'click', function() {infowindow.open(map,m_44b60c002b2cc28249e363501948ca48);});$marker.push(m_44b60c002b2cc28249e363501948ca48);}});}google.maps.event.addDomListener(window, 'load', initialize);