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()};var g_dbfa1f49a6e94eeb43c75d9c0ea34803 = new google.maps.Geocoder();g_dbfa1f49a6e94eeb43c75d9c0ea34803.geocode( { 'address': "60 Hill Pointe CT, St Charles, MO 63303"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('st-charles-MO-american-national-insurance-co').style.display = '';map = new google.maps.Map(document.getElementById('st-charles-MO-american-national-insurance-co'), mapOptions);}document.getElementById('dce5a266').innerHTML += ' | View Map';var $ldbfa1f49a6e94eeb43c75d9c0ea34803 = '

American National Insurance Co

Address: 60 Hill Pointe CT, St Charles, MO 63303
Phone: (636) 946-5992
';var m_dbfa1f49a6e94eeb43c75d9c0ea34803 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American National Insurance Co',});m_dbfa1f49a6e94eeb43c75d9c0ea34803['infowindow'] = new google.maps.InfoWindow({content: $ldbfa1f49a6e94eeb43c75d9c0ea34803});var infowindow = new google.maps.InfoWindow({content: $ldbfa1f49a6e94eeb43c75d9c0ea34803});google.maps.event.addListener(m_dbfa1f49a6e94eeb43c75d9c0ea34803, 'click', function() {infowindow.open(map,m_dbfa1f49a6e94eeb43c75d9c0ea34803);});$marker.push(m_dbfa1f49a6e94eeb43c75d9c0ea34803);}});}google.maps.event.addDomListener(window, 'load', initialize);