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_39e917b3ef3485885e61b466be60ba5c = new google.maps.Geocoder();g_39e917b3ef3485885e61b466be60ba5c.geocode( { 'address': "2101 NW Corporate Blvd, Boca Raton, FL 33431"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('boca-raton-FL-cbg-financial-group-inc').style.display = '';map = new google.maps.Map(document.getElementById('boca-raton-FL-cbg-financial-group-inc'), mapOptions);}document.getElementById('016d021a').innerHTML += ' | View Map';var $l39e917b3ef3485885e61b466be60ba5c = '

Cbg Financial Group Inc

Address: 2101 NW Corporate Blvd, Boca Raton, FL 33431
Phone: (561) 989-9238
';var m_39e917b3ef3485885e61b466be60ba5c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cbg Financial Group Inc',});m_39e917b3ef3485885e61b466be60ba5c['infowindow'] = new google.maps.InfoWindow({content: $l39e917b3ef3485885e61b466be60ba5c});var infowindow = new google.maps.InfoWindow({content: $l39e917b3ef3485885e61b466be60ba5c});google.maps.event.addListener(m_39e917b3ef3485885e61b466be60ba5c, 'click', function() {infowindow.open(map,m_39e917b3ef3485885e61b466be60ba5c);});$marker.push(m_39e917b3ef3485885e61b466be60ba5c);}});}google.maps.event.addDomListener(window, 'load', initialize);