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(32.48,-96.9936)};var g_749a431ea80d19b4f7fe3566ce1a0981 = new google.maps.Geocoder();g_749a431ea80d19b4f7fe3566ce1a0981.geocode( { 'address': "229 S 9th St, Midlothian, TX 76065, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('midlothian-TX-mid-america-mortgage-southwest-inc').style.display = '';map = new google.maps.Map(document.getElementById('midlothian-TX-mid-america-mortgage-southwest-inc'), mapOptions);}document.getElementById('94e0dcc1').innerHTML += ' | View Map';var $l749a431ea80d19b4f7fe3566ce1a0981 = '

Mid America Mortgage Southwest Inc.

Address: 229 S 9th St, Midlothian, TX 76065, USA
Phone: (972) 723-2611
';var m_749a431ea80d19b4f7fe3566ce1a0981 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mid America Mortgage Southwest Inc.',});m_749a431ea80d19b4f7fe3566ce1a0981['infowindow'] = new google.maps.InfoWindow({content: $l749a431ea80d19b4f7fe3566ce1a0981});var infowindow = new google.maps.InfoWindow({content: $l749a431ea80d19b4f7fe3566ce1a0981});google.maps.event.addListener(m_749a431ea80d19b4f7fe3566ce1a0981, 'click', function() {infowindow.open(map,m_749a431ea80d19b4f7fe3566ce1a0981);});$marker.push(m_749a431ea80d19b4f7fe3566ce1a0981);}});}google.maps.event.addDomListener(window, 'load', initialize);