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(30.091,-93.7359)};var g_3510dcb581bc538dc5ab1335cccf46a9 = new google.maps.Geocoder();g_3510dcb581bc538dc5ab1335cccf46a9.geocode( { 'address': "711 W Front Ave, Orange, TX 77630, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('orange-TX-sabine-title-co').style.display = '';map = new google.maps.Map(document.getElementById('orange-TX-sabine-title-co'), mapOptions);}document.getElementById('308e8f8e').innerHTML += ' | View Map';var $l3510dcb581bc538dc5ab1335cccf46a9 = '

Sabine Title Co

Address: 711 W Front Ave, Orange, TX 77630, USA
Phone: (409) 670-9375
';var m_3510dcb581bc538dc5ab1335cccf46a9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sabine Title Co',});m_3510dcb581bc538dc5ab1335cccf46a9['infowindow'] = new google.maps.InfoWindow({content: $l3510dcb581bc538dc5ab1335cccf46a9});var infowindow = new google.maps.InfoWindow({content: $l3510dcb581bc538dc5ab1335cccf46a9});google.maps.event.addListener(m_3510dcb581bc538dc5ab1335cccf46a9, 'click', function() {infowindow.open(map,m_3510dcb581bc538dc5ab1335cccf46a9);});$marker.push(m_3510dcb581bc538dc5ab1335cccf46a9);}});}google.maps.event.addDomListener(window, 'load', initialize);