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(28.7452,-81.266)};var g_65c1700fde3e9a94cc060a7e3777287c = new google.maps.Geocoder();g_65c1700fde3e9a94cc060a7e3777287c.geocode( { 'address': "425 Old Western Trail, Sanford, FL 32773, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sanford-FL-the-signing-solution').style.display = '';map = new google.maps.Map(document.getElementById('sanford-FL-the-signing-solution'), mapOptions);}document.getElementById('dac51f04').innerHTML += ' | View Map';var $l65c1700fde3e9a94cc060a7e3777287c = '

The Signing Solution

Address: 425 Old Western Trail, Sanford, FL 32773, USA
Phone: (407) 466-1161
';var m_65c1700fde3e9a94cc060a7e3777287c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Signing Solution',});m_65c1700fde3e9a94cc060a7e3777287c['infowindow'] = new google.maps.InfoWindow({content: $l65c1700fde3e9a94cc060a7e3777287c});var infowindow = new google.maps.InfoWindow({content: $l65c1700fde3e9a94cc060a7e3777287c});google.maps.event.addListener(m_65c1700fde3e9a94cc060a7e3777287c, 'click', function() {infowindow.open(map,m_65c1700fde3e9a94cc060a7e3777287c);});$marker.push(m_65c1700fde3e9a94cc060a7e3777287c);}});}google.maps.event.addDomListener(window, 'load', initialize);