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.7452,-117.963)};var g_18d64990649be44cfc6381b41e181142 = new google.maps.Geocoder();g_18d64990649be44cfc6381b41e181142.geocode( { 'address': "9523 Bolsa Ave, Westminster, CA 92683, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('westminster-CA-loan-factory---mortgage-broker').style.display = '';map = new google.maps.Map(document.getElementById('westminster-CA-loan-factory---mortgage-broker'), mapOptions);}document.getElementById('e8a0501c').innerHTML += ' | View Map';var $l18d64990649be44cfc6381b41e181142 = '

Loan Factory - Mortgage Broker

Address: 9523 Bolsa Ave, Westminster, CA 92683, USA
Phone: (714) 418-0777
';var m_18d64990649be44cfc6381b41e181142 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Loan Factory - Mortgage Broker',});m_18d64990649be44cfc6381b41e181142['infowindow'] = new google.maps.InfoWindow({content: $l18d64990649be44cfc6381b41e181142});var infowindow = new google.maps.InfoWindow({content: $l18d64990649be44cfc6381b41e181142});google.maps.event.addListener(m_18d64990649be44cfc6381b41e181142, 'click', function() {infowindow.open(map,m_18d64990649be44cfc6381b41e181142);});$marker.push(m_18d64990649be44cfc6381b41e181142);}});}google.maps.event.addDomListener(window, 'load', initialize);