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.3446,-97.4113)};var g_2af3050c976c65da41266c29f8274cbd = new google.maps.Geocoder();g_2af3050c976c65da41266c29f8274cbd.geocode( { 'address': "401 N Ridgeway Dr, Cleburne, TX 76033, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cleburne-TX-marshall-young-insurance').style.display = '';map = new google.maps.Map(document.getElementById('cleburne-TX-marshall-young-insurance'), mapOptions);}document.getElementById('cab2f6f6').innerHTML += ' | View Map';var $l2af3050c976c65da41266c29f8274cbd = '

Marshall Young Insurance

Address: 401 N Ridgeway Dr, Cleburne, TX 76033, USA
Phone: (817) 645-9155
';var m_2af3050c976c65da41266c29f8274cbd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Marshall Young Insurance',});m_2af3050c976c65da41266c29f8274cbd['infowindow'] = new google.maps.InfoWindow({content: $l2af3050c976c65da41266c29f8274cbd});var infowindow = new google.maps.InfoWindow({content: $l2af3050c976c65da41266c29f8274cbd});google.maps.event.addListener(m_2af3050c976c65da41266c29f8274cbd, 'click', function() {infowindow.open(map,m_2af3050c976c65da41266c29f8274cbd);});$marker.push(m_2af3050c976c65da41266c29f8274cbd);}});}google.maps.event.addDomListener(window, 'load', initialize);