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(33.1587,-94.9686)};var g_7717ad17d11d68145aff9f828c8fee0e = new google.maps.Geocoder();g_7717ad17d11d68145aff9f828c8fee0e.geocode( { 'address': "311 N Jefferson Ave, Mt Pleasant, TX 75455, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mount-pleasant-TX-western-finance').style.display = '';map = new google.maps.Map(document.getElementById('mount-pleasant-TX-western-finance'), mapOptions);}document.getElementById('1a0d004c').innerHTML += ' | View Map';var $l7717ad17d11d68145aff9f828c8fee0e = '

Western Finance

Address: 311 N Jefferson Ave, Mt Pleasant, TX 75455, USA
Phone: (903) 572-4444
';var m_7717ad17d11d68145aff9f828c8fee0e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Western Finance',});m_7717ad17d11d68145aff9f828c8fee0e['infowindow'] = new google.maps.InfoWindow({content: $l7717ad17d11d68145aff9f828c8fee0e});var infowindow = new google.maps.InfoWindow({content: $l7717ad17d11d68145aff9f828c8fee0e});google.maps.event.addListener(m_7717ad17d11d68145aff9f828c8fee0e, 'click', function() {infowindow.open(map,m_7717ad17d11d68145aff9f828c8fee0e);});$marker.push(m_7717ad17d11d68145aff9f828c8fee0e);}});}google.maps.event.addDomListener(window, 'load', initialize);