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.786,-122.27)};var g_700fc811e344d225ac9a6cd88c018db6 = new google.maps.Geocoder();g_700fc811e344d225ac9a6cd88c018db6.geocode( { 'address': "1070 Marina Village Pkwy, Alameda, CA 94501, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alameda-CA-bay-area-boat-and-home-loans').style.display = '';map = new google.maps.Map(document.getElementById('alameda-CA-bay-area-boat-and-home-loans'), mapOptions);}document.getElementById('2f97603a').innerHTML += ' | View Map';var $l700fc811e344d225ac9a6cd88c018db6 = '

Bay Area Boat and Home Loans

Address: 1070 Marina Village Pkwy, Alameda, CA 94501, USA
Phone: (510) 846-0578
';var m_700fc811e344d225ac9a6cd88c018db6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bay Area Boat and Home Loans',});m_700fc811e344d225ac9a6cd88c018db6['infowindow'] = new google.maps.InfoWindow({content: $l700fc811e344d225ac9a6cd88c018db6});var infowindow = new google.maps.InfoWindow({content: $l700fc811e344d225ac9a6cd88c018db6});google.maps.event.addListener(m_700fc811e344d225ac9a6cd88c018db6, 'click', function() {infowindow.open(map,m_700fc811e344d225ac9a6cd88c018db6);});$marker.push(m_700fc811e344d225ac9a6cd88c018db6);}});}google.maps.event.addDomListener(window, 'load', initialize);