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(41.9651,-73.9883)};var g_a289bdd58a16e65b6ab8585fc139d148 = new google.maps.Geocoder();g_a289bdd58a16e65b6ab8585fc139d148.geocode( { 'address': "580 Kings Mall Ct, Kingston, NY 12401, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kingston-NY-onemain-financial').style.display = '';map = new google.maps.Map(document.getElementById('kingston-NY-onemain-financial'), mapOptions);}document.getElementById('e4240783').innerHTML += ' | View Map';var $la289bdd58a16e65b6ab8585fc139d148 = '

OneMain Financial

Address: 580 Kings Mall Ct, Kingston, NY 12401, USA
Phone: (845) 336-0052
';var m_a289bdd58a16e65b6ab8585fc139d148 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OneMain Financial',});m_a289bdd58a16e65b6ab8585fc139d148['infowindow'] = new google.maps.InfoWindow({content: $la289bdd58a16e65b6ab8585fc139d148});var infowindow = new google.maps.InfoWindow({content: $la289bdd58a16e65b6ab8585fc139d148});google.maps.event.addListener(m_a289bdd58a16e65b6ab8585fc139d148, 'click', function() {infowindow.open(map,m_a289bdd58a16e65b6ab8585fc139d148);});$marker.push(m_a289bdd58a16e65b6ab8585fc139d148);}});}google.maps.event.addDomListener(window, 'load', initialize);