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_e4343ac10dbaada982a3108b5ae6315f = new google.maps.Geocoder();g_e4343ac10dbaada982a3108b5ae6315f.geocode( { 'address': "2799 NW Boca Raton Blvd, Boca Raton, FL 33431"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('boca-raton-FL-first-state-insurance').style.display = '';map = new google.maps.Map(document.getElementById('boca-raton-FL-first-state-insurance'), mapOptions);}document.getElementById('7944ffd1').innerHTML += ' | View Map';var $le4343ac10dbaada982a3108b5ae6315f = '

First State Insurance

Address: 2799 NW Boca Raton Blvd, Boca Raton, FL 33431
Phone: (561) 395-1102
';var m_e4343ac10dbaada982a3108b5ae6315f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First State Insurance',});m_e4343ac10dbaada982a3108b5ae6315f['infowindow'] = new google.maps.InfoWindow({content: $le4343ac10dbaada982a3108b5ae6315f});var infowindow = new google.maps.InfoWindow({content: $le4343ac10dbaada982a3108b5ae6315f});google.maps.event.addListener(m_e4343ac10dbaada982a3108b5ae6315f, 'click', function() {infowindow.open(map,m_e4343ac10dbaada982a3108b5ae6315f);});$marker.push(m_e4343ac10dbaada982a3108b5ae6315f);}});}google.maps.event.addDomListener(window, 'load', initialize);