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(44.9203,-74.887)};var g_0a020c854668e1ce11eedf605901ca0d = new google.maps.Geocoder();g_0a020c854668e1ce11eedf605901ca0d.geocode( { 'address': "164 Harte Haven Plaza, Massena, NY 13662, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('massena-NY-onemain-financial').style.display = '';map = new google.maps.Map(document.getElementById('massena-NY-onemain-financial'), mapOptions);}document.getElementById('b4acfc56').innerHTML += ' | View Map';var $l0a020c854668e1ce11eedf605901ca0d = '

OneMain Financial

Address: 164 Harte Haven Plaza, Massena, NY 13662, USA
Phone: (315) 769-0671
';var m_0a020c854668e1ce11eedf605901ca0d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OneMain Financial',});m_0a020c854668e1ce11eedf605901ca0d['infowindow'] = new google.maps.InfoWindow({content: $l0a020c854668e1ce11eedf605901ca0d});var infowindow = new google.maps.InfoWindow({content: $l0a020c854668e1ce11eedf605901ca0d});google.maps.event.addListener(m_0a020c854668e1ce11eedf605901ca0d, 'click', function() {infowindow.open(map,m_0a020c854668e1ce11eedf605901ca0d);});$marker.push(m_0a020c854668e1ce11eedf605901ca0d);}});}google.maps.event.addDomListener(window, 'load', initialize);