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(39.0015,-94.1289)};var g_f13e92096144b91a3460352fc34655ad = new google.maps.Geocoder();g_f13e92096144b91a3460352fc34655ad.geocode( { 'address': "1409 S Broadway, Oak Grove, MO 64075, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oak-grove-MO-stonegate-mortgage-corporation').style.display = '';map = new google.maps.Map(document.getElementById('oak-grove-MO-stonegate-mortgage-corporation'), mapOptions);}document.getElementById('e83f78a1').innerHTML += ' | View Map';var $lf13e92096144b91a3460352fc34655ad = '

Stonegate Mortgage Corporation

Address: 1409 S Broadway, Oak Grove, MO 64075, USA
Phone: (816) 690-4211
';var m_f13e92096144b91a3460352fc34655ad = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Stonegate Mortgage Corporation',});m_f13e92096144b91a3460352fc34655ad['infowindow'] = new google.maps.InfoWindow({content: $lf13e92096144b91a3460352fc34655ad});var infowindow = new google.maps.InfoWindow({content: $lf13e92096144b91a3460352fc34655ad});google.maps.event.addListener(m_f13e92096144b91a3460352fc34655ad, 'click', function() {infowindow.open(map,m_f13e92096144b91a3460352fc34655ad);});$marker.push(m_f13e92096144b91a3460352fc34655ad);}});}google.maps.event.addDomListener(window, 'load', initialize);