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.1873,-76.1995)};var g_80f6b71f8bcebd2b3d70ce9a55f36db6 = new google.maps.Geocoder();g_80f6b71f8bcebd2b3d70ce9a55f36db6.geocode( { 'address': "8610 Henry Clay Blvd, Clay, NY 13041, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clay-NY-allstate-insurance-anthony-falso').style.display = '';map = new google.maps.Map(document.getElementById('clay-NY-allstate-insurance-anthony-falso'), mapOptions);}document.getElementById('54443809').innerHTML += ' | View Map';var $l80f6b71f8bcebd2b3d70ce9a55f36db6 = '

Allstate Insurance: Anthony Falso

Address: 8610 Henry Clay Blvd, Clay, NY 13041, USA
Phone: (315) 622-1208
';var m_80f6b71f8bcebd2b3d70ce9a55f36db6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Allstate Insurance: Anthony Falso',});m_80f6b71f8bcebd2b3d70ce9a55f36db6['infowindow'] = new google.maps.InfoWindow({content: $l80f6b71f8bcebd2b3d70ce9a55f36db6});var infowindow = new google.maps.InfoWindow({content: $l80f6b71f8bcebd2b3d70ce9a55f36db6});google.maps.event.addListener(m_80f6b71f8bcebd2b3d70ce9a55f36db6, 'click', function() {infowindow.open(map,m_80f6b71f8bcebd2b3d70ce9a55f36db6);});$marker.push(m_80f6b71f8bcebd2b3d70ce9a55f36db6);}});}google.maps.event.addDomListener(window, 'load', initialize);