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.9927,-75.4298)};var g_614a24f6c582e220ada177041bab94fa = new google.maps.Geocoder();g_614a24f6c582e220ada177041bab94fa.geocode( { 'address': "2651 NY-12B, Deansboro, NY 13328, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('deansboro-NY-marshall-town-clerk').style.display = '';map = new google.maps.Map(document.getElementById('deansboro-NY-marshall-town-clerk'), mapOptions);}document.getElementById('e7938907').innerHTML += ' | View Map';var $l614a24f6c582e220ada177041bab94fa = '

Marshall Town Clerk

Address: 2651 NY-12B, Deansboro, NY 13328, USA
Phone: (315) 841-4473
';var m_614a24f6c582e220ada177041bab94fa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Marshall Town Clerk',});m_614a24f6c582e220ada177041bab94fa['infowindow'] = new google.maps.InfoWindow({content: $l614a24f6c582e220ada177041bab94fa});var infowindow = new google.maps.InfoWindow({content: $l614a24f6c582e220ada177041bab94fa});google.maps.event.addListener(m_614a24f6c582e220ada177041bab94fa, 'click', function() {infowindow.open(map,m_614a24f6c582e220ada177041bab94fa);});$marker.push(m_614a24f6c582e220ada177041bab94fa);}});}google.maps.event.addDomListener(window, 'load', initialize);