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(27.9831,-80.6767)};var g_ccf9fa222512910e68363adb0510adf4 = new google.maps.Geocoder();g_ccf9fa222512910e68363adb0510adf4.geocode( { 'address': "690 Scotten Ave SW, Palm Bay, FL 32908, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('palm-bay-FL-mobile-notary-services').style.display = '';map = new google.maps.Map(document.getElementById('palm-bay-FL-mobile-notary-services'), mapOptions);}document.getElementById('fcfc64db').innerHTML += ' | View Map';var $lccf9fa222512910e68363adb0510adf4 = '

Mobile Notary Services

Address: 690 Scotten Ave SW, Palm Bay, FL 32908, USA
Phone: (321) 759-3871
';var m_ccf9fa222512910e68363adb0510adf4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mobile Notary Services',});m_ccf9fa222512910e68363adb0510adf4['infowindow'] = new google.maps.InfoWindow({content: $lccf9fa222512910e68363adb0510adf4});var infowindow = new google.maps.InfoWindow({content: $lccf9fa222512910e68363adb0510adf4});google.maps.event.addListener(m_ccf9fa222512910e68363adb0510adf4, 'click', function() {infowindow.open(map,m_ccf9fa222512910e68363adb0510adf4);});$marker.push(m_ccf9fa222512910e68363adb0510adf4);}});}google.maps.event.addDomListener(window, 'load', initialize);