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.0786,-75.6888)};var g_7bce8faad20ce567c39347c2374b6625 = new google.maps.Geocoder();g_7bce8faad20ce567c39347c2374b6625.geocode( { 'address': "1004 Oneida Plaza Dr, Oneida, NY 13421, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oneida-NY-onemain-financial').style.display = '';map = new google.maps.Map(document.getElementById('oneida-NY-onemain-financial'), mapOptions);}document.getElementById('c48559b2').innerHTML += ' | View Map';var $l7bce8faad20ce567c39347c2374b6625 = '

OneMain Financial

Address: 1004 Oneida Plaza Dr, Oneida, NY 13421, USA
Phone: (315) 363-0310
';var m_7bce8faad20ce567c39347c2374b6625 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OneMain Financial',});m_7bce8faad20ce567c39347c2374b6625['infowindow'] = new google.maps.InfoWindow({content: $l7bce8faad20ce567c39347c2374b6625});var infowindow = new google.maps.InfoWindow({content: $l7bce8faad20ce567c39347c2374b6625});google.maps.event.addListener(m_7bce8faad20ce567c39347c2374b6625, 'click', function() {infowindow.open(map,m_7bce8faad20ce567c39347c2374b6625);});$marker.push(m_7bce8faad20ce567c39347c2374b6625);}});}google.maps.event.addDomListener(window, 'load', initialize);