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.9394,-75.9212)};var g_a5cd9f954dfd0ba571988b5adaf5c1ad = new google.maps.Geocoder();g_a5cd9f954dfd0ba571988b5adaf5c1ad.geocode( { 'address': "18849 US-11, Watertown, NY 13601, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('watertown-NY-allstate-insurance-nancy-mccabe').style.display = '';map = new google.maps.Map(document.getElementById('watertown-NY-allstate-insurance-nancy-mccabe'), mapOptions);}document.getElementById('50d07948').innerHTML += ' | View Map';var $la5cd9f954dfd0ba571988b5adaf5c1ad = '

Allstate Insurance: Nancy McCabe

Address: 18849 US-11, Watertown, NY 13601, USA
Phone: (315) 788-9000
';var m_a5cd9f954dfd0ba571988b5adaf5c1ad = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Allstate Insurance: Nancy McCabe',});m_a5cd9f954dfd0ba571988b5adaf5c1ad['infowindow'] = new google.maps.InfoWindow({content: $la5cd9f954dfd0ba571988b5adaf5c1ad});var infowindow = new google.maps.InfoWindow({content: $la5cd9f954dfd0ba571988b5adaf5c1ad});google.maps.event.addListener(m_a5cd9f954dfd0ba571988b5adaf5c1ad, 'click', function() {infowindow.open(map,m_a5cd9f954dfd0ba571988b5adaf5c1ad);});$marker.push(m_a5cd9f954dfd0ba571988b5adaf5c1ad);}});}google.maps.event.addDomListener(window, 'load', initialize);