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.1778,-76.0923)};var g_24c54c734985cf1c4d3ef17f9cf923f1 = new google.maps.Geocoder();g_24c54c734985cf1c4d3ef17f9cf923f1.geocode( { 'address': "6195 NY-31 #8, Cicero, NY 13039, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cicero-NY-onemain-financial').style.display = '';map = new google.maps.Map(document.getElementById('cicero-NY-onemain-financial'), mapOptions);}document.getElementById('7bf24be5').innerHTML += ' | View Map';var $l24c54c734985cf1c4d3ef17f9cf923f1 = '

OneMain Financial

Address: 6195 NY-31 #8, Cicero, NY 13039, USA
Phone: (315) 699-4950
';var m_24c54c734985cf1c4d3ef17f9cf923f1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OneMain Financial',});m_24c54c734985cf1c4d3ef17f9cf923f1['infowindow'] = new google.maps.InfoWindow({content: $l24c54c734985cf1c4d3ef17f9cf923f1});var infowindow = new google.maps.InfoWindow({content: $l24c54c734985cf1c4d3ef17f9cf923f1});google.maps.event.addListener(m_24c54c734985cf1c4d3ef17f9cf923f1, 'click', function() {infowindow.open(map,m_24c54c734985cf1c4d3ef17f9cf923f1);});$marker.push(m_24c54c734985cf1c4d3ef17f9cf923f1);}});}google.maps.event.addDomListener(window, 'load', initialize);