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.504,-80.0605)};var g_f8b389f255ced0270201109950a1b035 = new google.maps.Geocoder();g_f8b389f255ced0270201109950a1b035.geocode( { 'address': "2755 S Federal Hwy # 7, Boynton Beach, FL 33435, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('boynton-beach-FL-american-credit-bureau').style.display = '';map = new google.maps.Map(document.getElementById('boynton-beach-FL-american-credit-bureau'), mapOptions);}document.getElementById('7625f92c').innerHTML += ' | View Map';var $lf8b389f255ced0270201109950a1b035 = '

American Credit Bureau

Address: 2755 S Federal Hwy # 7, Boynton Beach, FL 33435, USA
Phone: (561) 732-0488
';var m_f8b389f255ced0270201109950a1b035 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Credit Bureau',});m_f8b389f255ced0270201109950a1b035['infowindow'] = new google.maps.InfoWindow({content: $lf8b389f255ced0270201109950a1b035});var infowindow = new google.maps.InfoWindow({content: $lf8b389f255ced0270201109950a1b035});google.maps.event.addListener(m_f8b389f255ced0270201109950a1b035, 'click', function() {infowindow.open(map,m_f8b389f255ced0270201109950a1b035);});$marker.push(m_f8b389f255ced0270201109950a1b035);}});}google.maps.event.addDomListener(window, 'load', initialize);