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_49d7b1d4a81e28aa55388343e1d2f009 = new google.maps.Geocoder();g_49d7b1d4a81e28aa55388343e1d2f009.geocode( { 'address': "651 NW 13th St, Boca Raton, FL 33486"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('boca-raton-FL-gladstone-law-offices').style.display = '';map = new google.maps.Map(document.getElementById('boca-raton-FL-gladstone-law-offices'), mapOptions);}document.getElementById('74d48676').innerHTML += ' | View Map';var $l49d7b1d4a81e28aa55388343e1d2f009 = '

Gladstone Law Offices

Address: 651 NW 13th St, Boca Raton, FL 33486
Phone: (561) 338-6034
';var m_49d7b1d4a81e28aa55388343e1d2f009 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Gladstone Law Offices',});m_49d7b1d4a81e28aa55388343e1d2f009['infowindow'] = new google.maps.InfoWindow({content: $l49d7b1d4a81e28aa55388343e1d2f009});var infowindow = new google.maps.InfoWindow({content: $l49d7b1d4a81e28aa55388343e1d2f009});google.maps.event.addListener(m_49d7b1d4a81e28aa55388343e1d2f009, 'click', function() {infowindow.open(map,m_49d7b1d4a81e28aa55388343e1d2f009);});$marker.push(m_49d7b1d4a81e28aa55388343e1d2f009);}});}google.maps.event.addDomListener(window, 'load', initialize);