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(37.293,-121.934)};var g_16a9298bcdf23042692df2d17c7e8a0a = new google.maps.Geocoder();g_16a9298bcdf23042692df2d17c7e8a0a.geocode( { 'address': "910 E Hamilton Ave #120, Campbell, CA 95008, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('campbell-CA-banc-home-loans').style.display = '';map = new google.maps.Map(document.getElementById('campbell-CA-banc-home-loans'), mapOptions);}document.getElementById('561a3f5d').innerHTML += ' | View Map';var $l16a9298bcdf23042692df2d17c7e8a0a = '

Banc Home Loans

Address: 910 E Hamilton Ave #120, Campbell, CA 95008, USA
Phone: (408) 508-7250
';var m_16a9298bcdf23042692df2d17c7e8a0a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Banc Home Loans',});m_16a9298bcdf23042692df2d17c7e8a0a['infowindow'] = new google.maps.InfoWindow({content: $l16a9298bcdf23042692df2d17c7e8a0a});var infowindow = new google.maps.InfoWindow({content: $l16a9298bcdf23042692df2d17c7e8a0a});google.maps.event.addListener(m_16a9298bcdf23042692df2d17c7e8a0a, 'click', function() {infowindow.open(map,m_16a9298bcdf23042692df2d17c7e8a0a);});$marker.push(m_16a9298bcdf23042692df2d17c7e8a0a);}});}google.maps.event.addDomListener(window, 'load', initialize);