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.3282,-96.6302)};var g_a3ac6377f76f8dec5f9f5a9feea4b54d = new google.maps.Geocoder();g_a3ac6377f76f8dec5f9f5a9feea4b54d.geocode( { 'address': "207 N McKinney St, Ennis, TX 75119, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ennis-TX-arden-insurance-agency').style.display = '';map = new google.maps.Map(document.getElementById('ennis-TX-arden-insurance-agency'), mapOptions);}document.getElementById('bda01296').innerHTML += ' | View Map';var $la3ac6377f76f8dec5f9f5a9feea4b54d = '

Arden Insurance Agency

Address: 207 N McKinney St, Ennis, TX 75119, USA
Phone: (972) 875-7261
';var m_a3ac6377f76f8dec5f9f5a9feea4b54d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Arden Insurance Agency',});m_a3ac6377f76f8dec5f9f5a9feea4b54d['infowindow'] = new google.maps.InfoWindow({content: $la3ac6377f76f8dec5f9f5a9feea4b54d});var infowindow = new google.maps.InfoWindow({content: $la3ac6377f76f8dec5f9f5a9feea4b54d});google.maps.event.addListener(m_a3ac6377f76f8dec5f9f5a9feea4b54d, 'click', function() {infowindow.open(map,m_a3ac6377f76f8dec5f9f5a9feea4b54d);});$marker.push(m_a3ac6377f76f8dec5f9f5a9feea4b54d);}});}google.maps.event.addDomListener(window, 'load', initialize);