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.1539,-94.97)};var g_162299482dc87e5476ba2310bfa7ea27 = new google.maps.Geocoder();g_162299482dc87e5476ba2310bfa7ea27.geocode( { 'address': "400 S Madison St, Mt Pleasant, TX 75455, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mount-pleasant-TX-allstate-insurance-c-bruce-moler').style.display = '';map = new google.maps.Map(document.getElementById('mount-pleasant-TX-allstate-insurance-c-bruce-moler'), mapOptions);}document.getElementById('b415dce3').innerHTML += ' | View Map';var $l162299482dc87e5476ba2310bfa7ea27 = '

Allstate Insurance: C. Bruce Moler

Address: 400 S Madison St, Mt Pleasant, TX 75455, USA
Phone: (903) 572-3307
';var m_162299482dc87e5476ba2310bfa7ea27 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Allstate Insurance: C. Bruce Moler',});m_162299482dc87e5476ba2310bfa7ea27['infowindow'] = new google.maps.InfoWindow({content: $l162299482dc87e5476ba2310bfa7ea27});var infowindow = new google.maps.InfoWindow({content: $l162299482dc87e5476ba2310bfa7ea27});google.maps.event.addListener(m_162299482dc87e5476ba2310bfa7ea27, 'click', function() {infowindow.open(map,m_162299482dc87e5476ba2310bfa7ea27);});$marker.push(m_162299482dc87e5476ba2310bfa7ea27);}});}google.maps.event.addDomListener(window, 'load', initialize);