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.6801,-96.4847)};var g_80cd71aee683e52c643ad59a03524806 = new google.maps.Geocoder();g_80cd71aee683e52c643ad59a03524806.geocode( { 'address': "101 E Main St, Mexia, TX 76667, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mexia-TX-mexia-credit-co').style.display = '';map = new google.maps.Map(document.getElementById('mexia-TX-mexia-credit-co'), mapOptions);}document.getElementById('2704cd72').innerHTML += ' | View Map';var $l80cd71aee683e52c643ad59a03524806 = '

Mexia Credit Co

Address: 101 E Main St, Mexia, TX 76667, USA
Phone: (254) 562-2557
';var m_80cd71aee683e52c643ad59a03524806 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mexia Credit Co',});m_80cd71aee683e52c643ad59a03524806['infowindow'] = new google.maps.InfoWindow({content: $l80cd71aee683e52c643ad59a03524806});var infowindow = new google.maps.InfoWindow({content: $l80cd71aee683e52c643ad59a03524806});google.maps.event.addListener(m_80cd71aee683e52c643ad59a03524806, 'click', function() {infowindow.open(map,m_80cd71aee683e52c643ad59a03524806);});$marker.push(m_80cd71aee683e52c643ad59a03524806);}});}google.maps.event.addDomListener(window, 'load', initialize);