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(37.5634,-90.3198)};var g_41a4f16be340241fc541152aa7c7b9d5 = new google.maps.Geocoder();g_41a4f16be340241fc541152aa7c7b9d5.geocode( { 'address': "137 Commercial Dr A, Fredericktown, MO 63645, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fredericktown-MO-bess-insurance-agency').style.display = '';map = new google.maps.Map(document.getElementById('fredericktown-MO-bess-insurance-agency'), mapOptions);}document.getElementById('1c68f540').innerHTML += ' | View Map';var $l41a4f16be340241fc541152aa7c7b9d5 = '

Bess Insurance Agency

Address: 137 Commercial Dr A, Fredericktown, MO 63645, USA
Phone: (573) 783-0090
';var m_41a4f16be340241fc541152aa7c7b9d5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bess Insurance Agency',});m_41a4f16be340241fc541152aa7c7b9d5['infowindow'] = new google.maps.InfoWindow({content: $l41a4f16be340241fc541152aa7c7b9d5});var infowindow = new google.maps.InfoWindow({content: $l41a4f16be340241fc541152aa7c7b9d5});google.maps.event.addListener(m_41a4f16be340241fc541152aa7c7b9d5, 'click', function() {infowindow.open(map,m_41a4f16be340241fc541152aa7c7b9d5);});$marker.push(m_41a4f16be340241fc541152aa7c7b9d5);}});}google.maps.event.addDomListener(window, 'load', initialize);