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.4831,-96.9943)};var g_2969a9247e8dc502c46efdde169b2d11 = new google.maps.Geocoder();g_2969a9247e8dc502c46efdde169b2d11.geocode( { 'address': "136 N 8th St Suite 400, Midlothian, TX 76065, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('midlothian-TX-guild-mortgage-company').style.display = '';map = new google.maps.Map(document.getElementById('midlothian-TX-guild-mortgage-company'), mapOptions);}document.getElementById('e6e6e66c').innerHTML += ' | View Map';var $l2969a9247e8dc502c46efdde169b2d11 = '

Guild Mortgage Company

Address: 136 N 8th St Suite 400, Midlothian, TX 76065, USA
Phone: (469) 612-5563
';var m_2969a9247e8dc502c46efdde169b2d11 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Guild Mortgage Company',});m_2969a9247e8dc502c46efdde169b2d11['infowindow'] = new google.maps.InfoWindow({content: $l2969a9247e8dc502c46efdde169b2d11});var infowindow = new google.maps.InfoWindow({content: $l2969a9247e8dc502c46efdde169b2d11});google.maps.event.addListener(m_2969a9247e8dc502c46efdde169b2d11, 'click', function() {infowindow.open(map,m_2969a9247e8dc502c46efdde169b2d11);});$marker.push(m_2969a9247e8dc502c46efdde169b2d11);}});}google.maps.event.addDomListener(window, 'load', initialize);