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.4872,-80.0871)};var g_ba6eb126f6e0a1cdeb3d5aaff181aeae = new google.maps.Geocoder();g_ba6eb126f6e0a1cdeb3d5aaff181aeae.geocode( { 'address': "3800 S Congress Ave #3, Boynton Beach, FL 33426, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('boynton-beach-FL-focus-financial').style.display = '';map = new google.maps.Map(document.getElementById('boynton-beach-FL-focus-financial'), mapOptions);}document.getElementById('cf95f5c1').innerHTML += ' | View Map';var $lba6eb126f6e0a1cdeb3d5aaff181aeae = '

Focus Financial

Address: 3800 S Congress Ave #3, Boynton Beach, FL 33426, USA
Phone: (561) 265-0402
';var m_ba6eb126f6e0a1cdeb3d5aaff181aeae = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Focus Financial',});m_ba6eb126f6e0a1cdeb3d5aaff181aeae['infowindow'] = new google.maps.InfoWindow({content: $lba6eb126f6e0a1cdeb3d5aaff181aeae});var infowindow = new google.maps.InfoWindow({content: $lba6eb126f6e0a1cdeb3d5aaff181aeae});google.maps.event.addListener(m_ba6eb126f6e0a1cdeb3d5aaff181aeae, 'click', function() {infowindow.open(map,m_ba6eb126f6e0a1cdeb3d5aaff181aeae);});$marker.push(m_ba6eb126f6e0a1cdeb3d5aaff181aeae);}});}google.maps.event.addDomListener(window, 'load', initialize);