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(32.7434,-116.928)};var g_e011f62d887c3a9b296001390c5352b3 = new google.maps.Geocoder();g_e011f62d887c3a9b296001390c5352b3.geocode( { 'address': "3773 Willow Glen Dr #100, El Cajon, CA 92019, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('el-cajon-CA-brik-home-loans').style.display = '';map = new google.maps.Map(document.getElementById('el-cajon-CA-brik-home-loans'), mapOptions);}document.getElementById('fdcacda9').innerHTML += ' | View Map';var $le011f62d887c3a9b296001390c5352b3 = '

BRIK Home Loans

Address: 3773 Willow Glen Dr #100, El Cajon, CA 92019, USA
Phone: (619) 434-0010
';var m_e011f62d887c3a9b296001390c5352b3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BRIK Home Loans',});m_e011f62d887c3a9b296001390c5352b3['infowindow'] = new google.maps.InfoWindow({content: $le011f62d887c3a9b296001390c5352b3});var infowindow = new google.maps.InfoWindow({content: $le011f62d887c3a9b296001390c5352b3});google.maps.event.addListener(m_e011f62d887c3a9b296001390c5352b3, 'click', function() {infowindow.open(map,m_e011f62d887c3a9b296001390c5352b3);});$marker.push(m_e011f62d887c3a9b296001390c5352b3);}});}google.maps.event.addDomListener(window, 'load', initialize);