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(35.639,-106.016)};var g_d3c96c9caed03e22ebad3371c0384e7e = new google.maps.Geocoder();g_d3c96c9caed03e22ebad3371c0384e7e.geocode( { 'address': "4056 Cerrillos Rd, Santa Fe, NM 87507, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('santa-fe-NM-onemain-financial').style.display = '';map = new google.maps.Map(document.getElementById('santa-fe-NM-onemain-financial'), mapOptions);}document.getElementById('bb3cfe2e').innerHTML += ' | View Map';var $ld3c96c9caed03e22ebad3371c0384e7e = '

OneMain Financial

Address: 4056 Cerrillos Rd, Santa Fe, NM 87507, USA
Phone: (505) 471-2204
';var m_d3c96c9caed03e22ebad3371c0384e7e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OneMain Financial',});m_d3c96c9caed03e22ebad3371c0384e7e['infowindow'] = new google.maps.InfoWindow({content: $ld3c96c9caed03e22ebad3371c0384e7e});var infowindow = new google.maps.InfoWindow({content: $ld3c96c9caed03e22ebad3371c0384e7e});google.maps.event.addListener(m_d3c96c9caed03e22ebad3371c0384e7e, 'click', function() {infowindow.open(map,m_d3c96c9caed03e22ebad3371c0384e7e);});$marker.push(m_d3c96c9caed03e22ebad3371c0384e7e);}});}google.maps.event.addDomListener(window, 'load', initialize);