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.6115,-96.4129)};var g_6eda0950045e5e38649a7ed79a06f1ae = new google.maps.Geocoder();g_6eda0950045e5e38649a7ed79a06f1ae.geocode( { 'address': "304 W Bells Blvd, Bells, TX 75414, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bells-TX-marty-l-dicken-inc').style.display = '';map = new google.maps.Map(document.getElementById('bells-TX-marty-l-dicken-inc'), mapOptions);}document.getElementById('80f70ea2').innerHTML += ' | View Map';var $l6eda0950045e5e38649a7ed79a06f1ae = '

Marty L Dicken Inc

Address: 304 W Bells Blvd, Bells, TX 75414, USA
Phone: (903) 965-7900
';var m_6eda0950045e5e38649a7ed79a06f1ae = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Marty L Dicken Inc',});m_6eda0950045e5e38649a7ed79a06f1ae['infowindow'] = new google.maps.InfoWindow({content: $l6eda0950045e5e38649a7ed79a06f1ae});var infowindow = new google.maps.InfoWindow({content: $l6eda0950045e5e38649a7ed79a06f1ae});google.maps.event.addListener(m_6eda0950045e5e38649a7ed79a06f1ae, 'click', function() {infowindow.open(map,m_6eda0950045e5e38649a7ed79a06f1ae);});$marker.push(m_6eda0950045e5e38649a7ed79a06f1ae);}});}google.maps.event.addDomListener(window, 'load', initialize);