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(31.6856,-96.4587)};var g_248e943f98dba6515ab89e94a343c31d = new google.maps.Geocoder();g_248e943f98dba6515ab89e94a343c31d.geocode( { 'address': "1335 E Milam St #D, Mexia, TX 76667, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mexia-TX-western-finance').style.display = '';map = new google.maps.Map(document.getElementById('mexia-TX-western-finance'), mapOptions);}document.getElementById('0b58e608').innerHTML += ' | View Map';var $l248e943f98dba6515ab89e94a343c31d = '

Western Finance

Address: 1335 E Milam St #D, Mexia, TX 76667, USA
Phone: (254) 562-6090
';var m_248e943f98dba6515ab89e94a343c31d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Western Finance',});m_248e943f98dba6515ab89e94a343c31d['infowindow'] = new google.maps.InfoWindow({content: $l248e943f98dba6515ab89e94a343c31d});var infowindow = new google.maps.InfoWindow({content: $l248e943f98dba6515ab89e94a343c31d});google.maps.event.addListener(m_248e943f98dba6515ab89e94a343c31d, 'click', function() {infowindow.open(map,m_248e943f98dba6515ab89e94a343c31d);});$marker.push(m_248e943f98dba6515ab89e94a343c31d);}});}google.maps.event.addDomListener(window, 'load', initialize);