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(36.5753,-119.63)};var g_57cda33de0a5f7c0486c53e82a84bf74 = new google.maps.Geocoder();g_57cda33de0a5f7c0486c53e82a84bf74.geocode( { 'address': "2851 Highland Ave Ste 111, Selma, CA 93662, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('selma-CA-onemain-financial').style.display = '';map = new google.maps.Map(document.getElementById('selma-CA-onemain-financial'), mapOptions);}document.getElementById('bc0f83d5').innerHTML += ' | View Map';var $l57cda33de0a5f7c0486c53e82a84bf74 = '

OneMain Financial

Address: 2851 Highland Ave Ste 111, Selma, CA 93662, USA
Phone: (559) 896-3300
';var m_57cda33de0a5f7c0486c53e82a84bf74 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OneMain Financial',});m_57cda33de0a5f7c0486c53e82a84bf74['infowindow'] = new google.maps.InfoWindow({content: $l57cda33de0a5f7c0486c53e82a84bf74});var infowindow = new google.maps.InfoWindow({content: $l57cda33de0a5f7c0486c53e82a84bf74});google.maps.event.addListener(m_57cda33de0a5f7c0486c53e82a84bf74, 'click', function() {infowindow.open(map,m_57cda33de0a5f7c0486c53e82a84bf74);});$marker.push(m_57cda33de0a5f7c0486c53e82a84bf74);}});}google.maps.event.addDomListener(window, 'load', initialize);