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.0933,-96.4635)};var g_81f97d040a2b499d539e0a7f61ce3788 = new google.maps.Geocoder();g_81f97d040a2b499d539e0a7f61ce3788.geocode( { 'address': "108 S Beaton St b, Corsicana, TX 75110, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('corsicana-TX-guild-mortgage-company').style.display = '';map = new google.maps.Map(document.getElementById('corsicana-TX-guild-mortgage-company'), mapOptions);}document.getElementById('0ffd7d7b').innerHTML += ' | View Map';var $l81f97d040a2b499d539e0a7f61ce3788 = '

Guild Mortgage Company

Address: 108 S Beaton St b, Corsicana, TX 75110, USA
Phone: (972) 875-2257
';var m_81f97d040a2b499d539e0a7f61ce3788 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Guild Mortgage Company',});m_81f97d040a2b499d539e0a7f61ce3788['infowindow'] = new google.maps.InfoWindow({content: $l81f97d040a2b499d539e0a7f61ce3788});var infowindow = new google.maps.InfoWindow({content: $l81f97d040a2b499d539e0a7f61ce3788});google.maps.event.addListener(m_81f97d040a2b499d539e0a7f61ce3788, 'click', function() {infowindow.open(map,m_81f97d040a2b499d539e0a7f61ce3788);});$marker.push(m_81f97d040a2b499d539e0a7f61ce3788);}});}google.maps.event.addDomListener(window, 'load', initialize);