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.9837,-122.32)};var g_2546d57aef6960a049814d88fd56c78a = new google.maps.Geocoder();g_2546d57aef6960a049814d88fd56c78a.geocode( { 'address': "3260 Blume Dr #430, Richmond, CA 94806, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('richmond-CA-excel-debt-relief').style.display = '';map = new google.maps.Map(document.getElementById('richmond-CA-excel-debt-relief'), mapOptions);}document.getElementById('d18088f6').innerHTML += ' | View Map';var $l2546d57aef6960a049814d88fd56c78a = '

Excel Debt Relief

Address: 3260 Blume Dr #430, Richmond, CA 94806, USA
Phone: (510) 269-8100
';var m_2546d57aef6960a049814d88fd56c78a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Excel Debt Relief',});m_2546d57aef6960a049814d88fd56c78a['infowindow'] = new google.maps.InfoWindow({content: $l2546d57aef6960a049814d88fd56c78a});var infowindow = new google.maps.InfoWindow({content: $l2546d57aef6960a049814d88fd56c78a});google.maps.event.addListener(m_2546d57aef6960a049814d88fd56c78a, 'click', function() {infowindow.open(map,m_2546d57aef6960a049814d88fd56c78a);});$marker.push(m_2546d57aef6960a049814d88fd56c78a);}});}google.maps.event.addDomListener(window, 'load', initialize);