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.9765,-75.9371)};var g_9563122a75eef032c2a1681289515325 = new google.maps.Geocoder();g_9563122a75eef032c2a1681289515325.geocode( { 'address': "1063 Arsenal St, Watertown, NY 13601, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('watertown-NY-onemain-financial').style.display = '';map = new google.maps.Map(document.getElementById('watertown-NY-onemain-financial'), mapOptions);}document.getElementById('28de473b').innerHTML += ' | View Map';var $l9563122a75eef032c2a1681289515325 = '

OneMain Financial

Address: 1063 Arsenal St, Watertown, NY 13601, USA
Phone: (315) 785-9217
';var m_9563122a75eef032c2a1681289515325 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OneMain Financial',});m_9563122a75eef032c2a1681289515325['infowindow'] = new google.maps.InfoWindow({content: $l9563122a75eef032c2a1681289515325});var infowindow = new google.maps.InfoWindow({content: $l9563122a75eef032c2a1681289515325});google.maps.event.addListener(m_9563122a75eef032c2a1681289515325, 'click', function() {infowindow.open(map,m_9563122a75eef032c2a1681289515325);});$marker.push(m_9563122a75eef032c2a1681289515325);}});}google.maps.event.addDomListener(window, 'load', initialize);