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.5392,-73.8997)};var g_3c498b1f5f3555b7d7737f4599eb5558 = new google.maps.Geocoder();g_3c498b1f5f3555b7d7737f4599eb5558.geocode( { 'address': "738 U.S. 9 #23, Fishkill, NY 12524, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fishkill-NY-onemain-financial').style.display = '';map = new google.maps.Map(document.getElementById('fishkill-NY-onemain-financial'), mapOptions);}document.getElementById('0be0e72a').innerHTML += ' | View Map';var $l3c498b1f5f3555b7d7737f4599eb5558 = '

OneMain Financial

Address: 738 U.S. 9 #23, Fishkill, NY 12524, USA
Phone: (845) 896-0290
';var m_3c498b1f5f3555b7d7737f4599eb5558 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OneMain Financial',});m_3c498b1f5f3555b7d7737f4599eb5558['infowindow'] = new google.maps.InfoWindow({content: $l3c498b1f5f3555b7d7737f4599eb5558});var infowindow = new google.maps.InfoWindow({content: $l3c498b1f5f3555b7d7737f4599eb5558});google.maps.event.addListener(m_3c498b1f5f3555b7d7737f4599eb5558, 'click', function() {infowindow.open(map,m_3c498b1f5f3555b7d7737f4599eb5558);});$marker.push(m_3c498b1f5f3555b7d7737f4599eb5558);}});}google.maps.event.addDomListener(window, 'load', initialize);