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.157,-94.9684)};var g_caf0769242778d2e33916146e7017521 = new google.maps.Geocoder();g_caf0769242778d2e33916146e7017521.geocode( { 'address': "108 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-city-finance').style.display = '';map = new google.maps.Map(document.getElementById('mount-pleasant-TX-city-finance'), mapOptions);}document.getElementById('e511f2ca').innerHTML += ' | View Map';var $lcaf0769242778d2e33916146e7017521 = '

City Finance

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