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.7142,-121.931)};var g_017e3cdfbb52cd9828ec3136354c54b2 = new google.maps.Geocoder();g_017e3cdfbb52cd9828ec3136354c54b2.geocode( { 'address': "5508 Eaglebrook Ter, Dublin, CA 94568"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dublin-CA-auto-financial-group').style.display = '';map = new google.maps.Map(document.getElementById('dublin-CA-auto-financial-group'), mapOptions);}document.getElementById('adc021b2').innerHTML += ' | View Map';var $l017e3cdfbb52cd9828ec3136354c54b2 = '

Auto Financial Group

Address: 5508 Eaglebrook Ter, Dublin, CA 94568
Phone: (925) 828-4020
';var m_017e3cdfbb52cd9828ec3136354c54b2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Auto Financial Group',});m_017e3cdfbb52cd9828ec3136354c54b2['infowindow'] = new google.maps.InfoWindow({content: $l017e3cdfbb52cd9828ec3136354c54b2});var infowindow = new google.maps.InfoWindow({content: $l017e3cdfbb52cd9828ec3136354c54b2});google.maps.event.addListener(m_017e3cdfbb52cd9828ec3136354c54b2, 'click', function() {infowindow.open(map,m_017e3cdfbb52cd9828ec3136354c54b2);});$marker.push(m_017e3cdfbb52cd9828ec3136354c54b2);}});}google.maps.event.addDomListener(window, 'load', initialize);