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.2066,-95.8482)};var g_dbdc69ea6ccbdea0ca2d796e1af24ebf = new google.maps.Geocoder();g_dbdc69ea6ccbdea0ca2d796e1af24ebf.geocode( { 'address': "607 E Tyler St #110b, Athens, TX 75751, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('athens-TX-western-finance').style.display = '';map = new google.maps.Map(document.getElementById('athens-TX-western-finance'), mapOptions);}document.getElementById('a7f1aef7').innerHTML += ' | View Map';var $ldbdc69ea6ccbdea0ca2d796e1af24ebf = '

Western Finance

Address: 607 E Tyler St #110b, Athens, TX 75751, USA
Phone: (903) 675-5501
';var m_dbdc69ea6ccbdea0ca2d796e1af24ebf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Western Finance',});m_dbdc69ea6ccbdea0ca2d796e1af24ebf['infowindow'] = new google.maps.InfoWindow({content: $ldbdc69ea6ccbdea0ca2d796e1af24ebf});var infowindow = new google.maps.InfoWindow({content: $ldbdc69ea6ccbdea0ca2d796e1af24ebf});google.maps.event.addListener(m_dbdc69ea6ccbdea0ca2d796e1af24ebf, 'click', function() {infowindow.open(map,m_dbdc69ea6ccbdea0ca2d796e1af24ebf);});$marker.push(m_dbdc69ea6ccbdea0ca2d796e1af24ebf);}});}google.maps.event.addDomListener(window, 'load', initialize);