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(42.1233,-75.9631)};var g_ef74e43b8d66604a038dcd3a0b7aa0df = new google.maps.Geocoder();g_ef74e43b8d66604a038dcd3a0b7aa0df.geocode( { 'address': "365 Harry L Dr, Johnson City, NY 13790, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('johnson-city-NY-onemain-financial').style.display = '';map = new google.maps.Map(document.getElementById('johnson-city-NY-onemain-financial'), mapOptions);}document.getElementById('df3e5010').innerHTML += ' | View Map';var $lef74e43b8d66604a038dcd3a0b7aa0df = '

OneMain Financial

Address: 365 Harry L Dr, Johnson City, NY 13790, USA
Phone: (607) 797-9523
';var m_ef74e43b8d66604a038dcd3a0b7aa0df = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OneMain Financial',});m_ef74e43b8d66604a038dcd3a0b7aa0df['infowindow'] = new google.maps.InfoWindow({content: $lef74e43b8d66604a038dcd3a0b7aa0df});var infowindow = new google.maps.InfoWindow({content: $lef74e43b8d66604a038dcd3a0b7aa0df});google.maps.event.addListener(m_ef74e43b8d66604a038dcd3a0b7aa0df, 'click', function() {infowindow.open(map,m_ef74e43b8d66604a038dcd3a0b7aa0df);});$marker.push(m_ef74e43b8d66604a038dcd3a0b7aa0df);}});}google.maps.event.addDomListener(window, 'load', initialize);