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.9201,-80.184)};var g_f8a3288d15f7971765d63a761b5979cc = new google.maps.Geocoder();g_f8a3288d15f7971765d63a761b5979cc.geocode( { 'address': "9527 165th Pl N, Jupiter, FL 33478, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jupiter-FL-frank-d-bittle-sra').style.display = '';map = new google.maps.Map(document.getElementById('jupiter-FL-frank-d-bittle-sra'), mapOptions);}document.getElementById('0a5bea03').innerHTML += ' | View Map';var $lf8a3288d15f7971765d63a761b5979cc = '

Frank D Bittle SRA

Address: 9527 165th Pl N, Jupiter, FL 33478, USA
Phone: (561) 575-6414
';var m_f8a3288d15f7971765d63a761b5979cc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Frank D Bittle SRA',});m_f8a3288d15f7971765d63a761b5979cc['infowindow'] = new google.maps.InfoWindow({content: $lf8a3288d15f7971765d63a761b5979cc});var infowindow = new google.maps.InfoWindow({content: $lf8a3288d15f7971765d63a761b5979cc});google.maps.event.addListener(m_f8a3288d15f7971765d63a761b5979cc, 'click', function() {infowindow.open(map,m_f8a3288d15f7971765d63a761b5979cc);});$marker.push(m_f8a3288d15f7971765d63a761b5979cc);}});}google.maps.event.addDomListener(window, 'load', initialize);