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.6743,-117.845)};var g_25c6f62c7891636a427ffd7f34080f9b = new google.maps.Geocoder();g_25c6f62c7891636a427ffd7f34080f9b.geocode( { 'address': "3121 Michelson Dr #110, Irvine, CA 92612, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('irvine-CA-bridge-loan-financial').style.display = '';map = new google.maps.Map(document.getElementById('irvine-CA-bridge-loan-financial'), mapOptions);}document.getElementById('53728a49').innerHTML += ' | View Map';var $l25c6f62c7891636a427ffd7f34080f9b = '

Bridge Loan Financial

Address: 3121 Michelson Dr #110, Irvine, CA 92612, USA
Phone: (888) 257-8051
';var m_25c6f62c7891636a427ffd7f34080f9b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bridge Loan Financial',});m_25c6f62c7891636a427ffd7f34080f9b['infowindow'] = new google.maps.InfoWindow({content: $l25c6f62c7891636a427ffd7f34080f9b});var infowindow = new google.maps.InfoWindow({content: $l25c6f62c7891636a427ffd7f34080f9b});google.maps.event.addListener(m_25c6f62c7891636a427ffd7f34080f9b, 'click', function() {infowindow.open(map,m_25c6f62c7891636a427ffd7f34080f9b);});$marker.push(m_25c6f62c7891636a427ffd7f34080f9b);}});}google.maps.event.addDomListener(window, 'load', initialize);