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(32.9597,-95.2894)};var g_cb251e6f29baeb1edefcd7353bf67aa1 = new google.maps.Geocoder();g_cb251e6f29baeb1edefcd7353bf67aa1.geocode( { 'address': "406 N Main St, Winnsboro, TX 75494, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('winnsboro-TX-simons--co-insurance').style.display = '';map = new google.maps.Map(document.getElementById('winnsboro-TX-simons--co-insurance'), mapOptions);}document.getElementById('7010c3ab').innerHTML += ' | View Map';var $lcb251e6f29baeb1edefcd7353bf67aa1 = '

Simons & Co Insurance

Address: 406 N Main St, Winnsboro, TX 75494, USA
Phone: (903) 342-5222
';var m_cb251e6f29baeb1edefcd7353bf67aa1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Simons & Co Insurance',});m_cb251e6f29baeb1edefcd7353bf67aa1['infowindow'] = new google.maps.InfoWindow({content: $lcb251e6f29baeb1edefcd7353bf67aa1});var infowindow = new google.maps.InfoWindow({content: $lcb251e6f29baeb1edefcd7353bf67aa1});google.maps.event.addListener(m_cb251e6f29baeb1edefcd7353bf67aa1, 'click', function() {infowindow.open(map,m_cb251e6f29baeb1edefcd7353bf67aa1);});$marker.push(m_cb251e6f29baeb1edefcd7353bf67aa1);}});}google.maps.event.addDomListener(window, 'load', initialize);