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.4378,-80.0916)};var g_b4567f51b1a6c21fe9866b27e0438308 = new google.maps.Geocoder();g_b4567f51b1a6c21fe9866b27e0438308.geocode( { 'address': "1615 S Congress Ave #103, Delray Beach, FL 33445, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('delray-beach-FL-the-law-offices-of-john-e-mufson').style.display = '';map = new google.maps.Map(document.getElementById('delray-beach-FL-the-law-offices-of-john-e-mufson'), mapOptions);}document.getElementById('c20bec9b').innerHTML += ' | View Map';var $lb4567f51b1a6c21fe9866b27e0438308 = '

The Law Offices of John E. Mufson

Address: 1615 S Congress Ave #103, Delray Beach, FL 33445, USA
Phone: (561) 272-1003
';var m_b4567f51b1a6c21fe9866b27e0438308 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Law Offices of John E. Mufson',});m_b4567f51b1a6c21fe9866b27e0438308['infowindow'] = new google.maps.InfoWindow({content: $lb4567f51b1a6c21fe9866b27e0438308});var infowindow = new google.maps.InfoWindow({content: $lb4567f51b1a6c21fe9866b27e0438308});google.maps.event.addListener(m_b4567f51b1a6c21fe9866b27e0438308, 'click', function() {infowindow.open(map,m_b4567f51b1a6c21fe9866b27e0438308);});$marker.push(m_b4567f51b1a6c21fe9866b27e0438308);}});}google.maps.event.addDomListener(window, 'load', initialize);