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.6524,-122.431)};var g_255c8b42091cbcfe8904a04dcf1f307a = new google.maps.Geocoder();g_255c8b42091cbcfe8904a04dcf1f307a.geocode( { 'address': "949 El Camino Real, South San Francisco, CA 94080"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('south-san-francisco-CA-american-general-finance').style.display = '';map = new google.maps.Map(document.getElementById('south-san-francisco-CA-american-general-finance'), mapOptions);}document.getElementById('6393ada8').innerHTML += ' | View Map';var $l255c8b42091cbcfe8904a04dcf1f307a = '

American General Finance

Address: 949 El Camino Real, South San Francisco, CA 94080
Phone: (650) 952-6383
';var m_255c8b42091cbcfe8904a04dcf1f307a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American General Finance',});m_255c8b42091cbcfe8904a04dcf1f307a['infowindow'] = new google.maps.InfoWindow({content: $l255c8b42091cbcfe8904a04dcf1f307a});var infowindow = new google.maps.InfoWindow({content: $l255c8b42091cbcfe8904a04dcf1f307a});google.maps.event.addListener(m_255c8b42091cbcfe8904a04dcf1f307a, 'click', function() {infowindow.open(map,m_255c8b42091cbcfe8904a04dcf1f307a);});$marker.push(m_255c8b42091cbcfe8904a04dcf1f307a);}});}google.maps.event.addDomListener(window, 'load', initialize);