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.7606,-122.26)};var g_535a28ce25f8b015d7799afe79d5b920 = new google.maps.Geocoder();g_535a28ce25f8b015d7799afe79d5b920.geocode( { 'address': "1138 Ballena Blvd, Alameda, CA 94501"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alameda-CA-american-lending-group').style.display = '';map = new google.maps.Map(document.getElementById('alameda-CA-american-lending-group'), mapOptions);}document.getElementById('e25037c4').innerHTML += ' | View Map';var $l535a28ce25f8b015d7799afe79d5b920 = '

American Lending Group

Address: 1138 Ballena Blvd, Alameda, CA 94501
Phone: (510) 373-5626
';var m_535a28ce25f8b015d7799afe79d5b920 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Lending Group',});m_535a28ce25f8b015d7799afe79d5b920['infowindow'] = new google.maps.InfoWindow({content: $l535a28ce25f8b015d7799afe79d5b920});var infowindow = new google.maps.InfoWindow({content: $l535a28ce25f8b015d7799afe79d5b920});google.maps.event.addListener(m_535a28ce25f8b015d7799afe79d5b920, 'click', function() {infowindow.open(map,m_535a28ce25f8b015d7799afe79d5b920);});$marker.push(m_535a28ce25f8b015d7799afe79d5b920);}});}google.maps.event.addDomListener(window, 'load', initialize);