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.1439,-93.2925)};var g_1ca626c2c91dad03c61ca216b535145b = new google.maps.Geocoder();g_1ca626c2c91dad03c61ca216b535145b.geocode( { 'address': "3854 South Ave b, Springfield, MO 65807, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('springfield-MO-gateway-mortgage-group').style.display = '';map = new google.maps.Map(document.getElementById('springfield-MO-gateway-mortgage-group'), mapOptions);}document.getElementById('3a1efe19').innerHTML += ' | View Map';var $l1ca626c2c91dad03c61ca216b535145b = '

Gateway Mortgage Group

Address: 3854 South Ave b, Springfield, MO 65807, USA
Phone: (417) 413-3534
';var m_1ca626c2c91dad03c61ca216b535145b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Gateway Mortgage Group',});m_1ca626c2c91dad03c61ca216b535145b['infowindow'] = new google.maps.InfoWindow({content: $l1ca626c2c91dad03c61ca216b535145b});var infowindow = new google.maps.InfoWindow({content: $l1ca626c2c91dad03c61ca216b535145b});google.maps.event.addListener(m_1ca626c2c91dad03c61ca216b535145b, 'click', function() {infowindow.open(map,m_1ca626c2c91dad03c61ca216b535145b);});$marker.push(m_1ca626c2c91dad03c61ca216b535145b);}});}google.maps.event.addDomListener(window, 'load', initialize);