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.7808,-118.073)};var g_210fc90e4bdbbeadd716b82d99ac72a2 = new google.maps.Geocoder();g_210fc90e4bdbbeadd716b82d99ac72a2.geocode( { 'address': "12501 Seal Beach Blvd #220, Seal Beach, CA 90740, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('seal-beach-CA-banc-home-loans').style.display = '';map = new google.maps.Map(document.getElementById('seal-beach-CA-banc-home-loans'), mapOptions);}document.getElementById('a601fa4f').innerHTML += ' | View Map';var $l210fc90e4bdbbeadd716b82d99ac72a2 = '

Banc Home Loans

Address: 12501 Seal Beach Blvd #220, Seal Beach, CA 90740, USA
Phone: (562) 321-6730
';var m_210fc90e4bdbbeadd716b82d99ac72a2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Banc Home Loans',});m_210fc90e4bdbbeadd716b82d99ac72a2['infowindow'] = new google.maps.InfoWindow({content: $l210fc90e4bdbbeadd716b82d99ac72a2});var infowindow = new google.maps.InfoWindow({content: $l210fc90e4bdbbeadd716b82d99ac72a2});google.maps.event.addListener(m_210fc90e4bdbbeadd716b82d99ac72a2, 'click', function() {infowindow.open(map,m_210fc90e4bdbbeadd716b82d99ac72a2);});$marker.push(m_210fc90e4bdbbeadd716b82d99ac72a2);}});}google.maps.event.addDomListener(window, 'load', initialize);