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_cc07c69313c4cd2e2f0835a8b3102964 = new google.maps.Geocoder();g_cc07c69313c4cd2e2f0835a8b3102964.geocode( { 'address': "5050 Conference Way N, Boca Raton, FL 33431"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('boca-raton-FL-bci').style.display = '';map = new google.maps.Map(document.getElementById('boca-raton-FL-bci'), mapOptions);}document.getElementById('938c5904').innerHTML += ' | View Map';var $lcc07c69313c4cd2e2f0835a8b3102964 = '

Bci

Address: 5050 Conference Way N, Boca Raton, FL 33431
Phone: (561) 241-2447
';var m_cc07c69313c4cd2e2f0835a8b3102964 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bci',});m_cc07c69313c4cd2e2f0835a8b3102964['infowindow'] = new google.maps.InfoWindow({content: $lcc07c69313c4cd2e2f0835a8b3102964});var infowindow = new google.maps.InfoWindow({content: $lcc07c69313c4cd2e2f0835a8b3102964});google.maps.event.addListener(m_cc07c69313c4cd2e2f0835a8b3102964, 'click', function() {infowindow.open(map,m_cc07c69313c4cd2e2f0835a8b3102964);});$marker.push(m_cc07c69313c4cd2e2f0835a8b3102964);}});}google.maps.event.addDomListener(window, 'load', initialize);