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.8627,-118.399)};var g_3586c5f502326fb5b0de4dac631a4264 = new google.maps.Geocoder();g_3586c5f502326fb5b0de4dac631a4264.geocode( { 'address': "200 Pier Ave #126, Hermosa Beach, CA 90254, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hermosa-beach-CA-banc-home-loans').style.display = '';map = new google.maps.Map(document.getElementById('hermosa-beach-CA-banc-home-loans'), mapOptions);}document.getElementById('d125422c').innerHTML += ' | View Map';var $l3586c5f502326fb5b0de4dac631a4264 = '

Banc Home Loans

Address: 200 Pier Ave #126, Hermosa Beach, CA 90254, USA
Phone: (310) 356-4171
';var m_3586c5f502326fb5b0de4dac631a4264 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Banc Home Loans',});m_3586c5f502326fb5b0de4dac631a4264['infowindow'] = new google.maps.InfoWindow({content: $l3586c5f502326fb5b0de4dac631a4264});var infowindow = new google.maps.InfoWindow({content: $l3586c5f502326fb5b0de4dac631a4264});google.maps.event.addListener(m_3586c5f502326fb5b0de4dac631a4264, 'click', function() {infowindow.open(map,m_3586c5f502326fb5b0de4dac631a4264);});$marker.push(m_3586c5f502326fb5b0de4dac631a4264);}});}google.maps.event.addDomListener(window, 'load', initialize);