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(29.6454,-81.6743)};var g_712b2dc74159254df543699d457da232 = new google.maps.Geocoder();g_712b2dc74159254df543699d457da232.geocode( { 'address': "307 FL-19, Palatka, FL 32177, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('palatka-FL-meade-insurance-agency-inc').style.display = '';map = new google.maps.Map(document.getElementById('palatka-FL-meade-insurance-agency-inc'), mapOptions);}document.getElementById('dca8559c').innerHTML += ' | View Map';var $l712b2dc74159254df543699d457da232 = '

Meade Insurance Agency Inc.

Address: 307 FL-19, Palatka, FL 32177, USA
Phone: (386) 328-8627
';var m_712b2dc74159254df543699d457da232 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Meade Insurance Agency Inc.',});m_712b2dc74159254df543699d457da232['infowindow'] = new google.maps.InfoWindow({content: $l712b2dc74159254df543699d457da232});var infowindow = new google.maps.InfoWindow({content: $l712b2dc74159254df543699d457da232});google.maps.event.addListener(m_712b2dc74159254df543699d457da232, 'click', function() {infowindow.open(map,m_712b2dc74159254df543699d457da232);});$marker.push(m_712b2dc74159254df543699d457da232);}});}google.maps.event.addDomListener(window, 'load', initialize);