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.3389,-97.4113)};var g_b6d47af3f16e74c77a68d734daeba91d = new google.maps.Geocoder();g_b6d47af3f16e74c77a68d734daeba91d.geocode( { 'address': "1601 W Henderson St, Cleburne, TX 76033, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cleburne-TX-guild-mortgage-company').style.display = '';map = new google.maps.Map(document.getElementById('cleburne-TX-guild-mortgage-company'), mapOptions);}document.getElementById('a5bb69b8').innerHTML += ' | View Map';var $lb6d47af3f16e74c77a68d734daeba91d = '

Guild Mortgage Company

Address: 1601 W Henderson St, Cleburne, TX 76033, USA
Phone: (817) 774-7747
';var m_b6d47af3f16e74c77a68d734daeba91d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Guild Mortgage Company',});m_b6d47af3f16e74c77a68d734daeba91d['infowindow'] = new google.maps.InfoWindow({content: $lb6d47af3f16e74c77a68d734daeba91d});var infowindow = new google.maps.InfoWindow({content: $lb6d47af3f16e74c77a68d734daeba91d});google.maps.event.addListener(m_b6d47af3f16e74c77a68d734daeba91d, 'click', function() {infowindow.open(map,m_b6d47af3f16e74c77a68d734daeba91d);});$marker.push(m_b6d47af3f16e74c77a68d734daeba91d);}});}google.maps.event.addDomListener(window, 'load', initialize);