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.3502,-80.0842)};var g_5eba2d58234832e84fbf9d932eb7fad4 = new google.maps.Geocoder();g_5eba2d58234832e84fbf9d932eb7fad4.geocode( { 'address': "150 E Palmetto Park Rd #800, Boca Raton, FL 33432, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('boca-raton-FL-credit-health-plan').style.display = '';map = new google.maps.Map(document.getElementById('boca-raton-FL-credit-health-plan'), mapOptions);}document.getElementById('b65271e9').innerHTML += ' | View Map';var $l5eba2d58234832e84fbf9d932eb7fad4 = '

Credit Health Plan

Address: 150 E Palmetto Park Rd #800, Boca Raton, FL 33432, USA
Phone: (954) 944-0817
';var m_5eba2d58234832e84fbf9d932eb7fad4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Health Plan',});m_5eba2d58234832e84fbf9d932eb7fad4['infowindow'] = new google.maps.InfoWindow({content: $l5eba2d58234832e84fbf9d932eb7fad4});var infowindow = new google.maps.InfoWindow({content: $l5eba2d58234832e84fbf9d932eb7fad4});google.maps.event.addListener(m_5eba2d58234832e84fbf9d932eb7fad4, 'click', function() {infowindow.open(map,m_5eba2d58234832e84fbf9d932eb7fad4);});$marker.push(m_5eba2d58234832e84fbf9d932eb7fad4);}});}google.maps.event.addDomListener(window, 'load', initialize);