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(38.632,-90.1912)};var g_1b292d95eeae9120bde096a5f73806d8 = new google.maps.Geocoder();g_1b292d95eeae9120bde096a5f73806d8.geocode( { 'address': "11933 Westline Industrial Dr, Saint Louis, MO 63146"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saint-louis-MO-american-equity-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('saint-louis-MO-american-equity-mortgage'), mapOptions);}document.getElementById('470d2864').innerHTML += ' | View Map';var $l1b292d95eeae9120bde096a5f73806d8 = '

American Equity Mortgage

Address: 11933 Westline Industrial Dr, Saint Louis, MO 63146
Phone: (314) 878-9999
';var m_1b292d95eeae9120bde096a5f73806d8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Equity Mortgage',});m_1b292d95eeae9120bde096a5f73806d8['infowindow'] = new google.maps.InfoWindow({content: $l1b292d95eeae9120bde096a5f73806d8});var infowindow = new google.maps.InfoWindow({content: $l1b292d95eeae9120bde096a5f73806d8});google.maps.event.addListener(m_1b292d95eeae9120bde096a5f73806d8, 'click', function() {infowindow.open(map,m_1b292d95eeae9120bde096a5f73806d8);});$marker.push(m_1b292d95eeae9120bde096a5f73806d8);}});}google.maps.event.addDomListener(window, 'load', initialize);