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(33.8848,-117.734)};var g_9c2bc0830ed895673fc22e49811c3177 = new google.maps.Geocoder();g_9c2bc0830ed895673fc22e49811c3177.geocode( { 'address': "5170 Twilight Canyon Rd # E, Yorba Linda, CA 92887, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('yorba-linda-CA-union-credit-corporation').style.display = '';map = new google.maps.Map(document.getElementById('yorba-linda-CA-union-credit-corporation'), mapOptions);}document.getElementById('117ca412').innerHTML += ' | View Map';var $l9c2bc0830ed895673fc22e49811c3177 = '

Union Credit Corporation

Address: 5170 Twilight Canyon Rd # E, Yorba Linda, CA 92887, USA
Phone: (866) 205-0030
';var m_9c2bc0830ed895673fc22e49811c3177 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union Credit Corporation',});m_9c2bc0830ed895673fc22e49811c3177['infowindow'] = new google.maps.InfoWindow({content: $l9c2bc0830ed895673fc22e49811c3177});var infowindow = new google.maps.InfoWindow({content: $l9c2bc0830ed895673fc22e49811c3177});google.maps.event.addListener(m_9c2bc0830ed895673fc22e49811c3177, 'click', function() {infowindow.open(map,m_9c2bc0830ed895673fc22e49811c3177);});$marker.push(m_9c2bc0830ed895673fc22e49811c3177);}});}google.maps.event.addDomListener(window, 'load', initialize);