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.3367,-97.4196)};var g_c6a755345448a82d0c695c0177759d09 = new google.maps.Geocoder();g_c6a755345448a82d0c695c0177759d09.geocode( { 'address': "1652-F W Henderson St, Cleburne, TX 76033, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cleburne-TX-western-finance').style.display = '';map = new google.maps.Map(document.getElementById('cleburne-TX-western-finance'), mapOptions);}document.getElementById('3e315dff').innerHTML += ' | View Map';var $lc6a755345448a82d0c695c0177759d09 = '

Western Finance

Address: 1652-F W Henderson St, Cleburne, TX 76033, USA
Phone: (817) 645-0383
';var m_c6a755345448a82d0c695c0177759d09 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Western Finance',});m_c6a755345448a82d0c695c0177759d09['infowindow'] = new google.maps.InfoWindow({content: $lc6a755345448a82d0c695c0177759d09});var infowindow = new google.maps.InfoWindow({content: $lc6a755345448a82d0c695c0177759d09});google.maps.event.addListener(m_c6a755345448a82d0c695c0177759d09, 'click', function() {infowindow.open(map,m_c6a755345448a82d0c695c0177759d09);});$marker.push(m_c6a755345448a82d0c695c0177759d09);}});}google.maps.event.addDomListener(window, 'load', initialize);