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(26.3461,-80.082)};var g_ca49dcab7677fd5d3108f9a9b250d604 = new google.maps.Geocoder();g_ca49dcab7677fd5d3108f9a9b250d604.geocode( { 'address': "7300 N Federal Hwy, Boca Raton, FL 33487"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('boca-raton-FL-credit-assistance-network').style.display = '';map = new google.maps.Map(document.getElementById('boca-raton-FL-credit-assistance-network'), mapOptions);}document.getElementById('d0886778').innerHTML += ' | View Map';var $lca49dcab7677fd5d3108f9a9b250d604 = '

Credit Assistance Network

Address: 7300 N Federal Hwy, Boca Raton, FL 33487
Phone: (800) 811-3078
';var m_ca49dcab7677fd5d3108f9a9b250d604 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Assistance Network',});m_ca49dcab7677fd5d3108f9a9b250d604['infowindow'] = new google.maps.InfoWindow({content: $lca49dcab7677fd5d3108f9a9b250d604});var infowindow = new google.maps.InfoWindow({content: $lca49dcab7677fd5d3108f9a9b250d604});google.maps.event.addListener(m_ca49dcab7677fd5d3108f9a9b250d604, 'click', function() {infowindow.open(map,m_ca49dcab7677fd5d3108f9a9b250d604);});$marker.push(m_ca49dcab7677fd5d3108f9a9b250d604);}});}google.maps.event.addDomListener(window, 'load', initialize);