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.4702,-100.408)};var g_f670ed2b0d21209fc1b791173997a803 = new google.maps.Geocoder();g_f670ed2b0d21209fc1b791173997a803.geocode( { 'address': "110 E Broadway Ave, Sweetwater, TX 79556, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sweetwater-TX-dmi-wealth-management--insurance-solutions').style.display = '';map = new google.maps.Map(document.getElementById('sweetwater-TX-dmi-wealth-management--insurance-solutions'), mapOptions);}document.getElementById('7958fd92').innerHTML += ' | View Map';var $lf670ed2b0d21209fc1b791173997a803 = '

DMI Wealth Management & Insurance Solutions

Address: 110 E Broadway Ave, Sweetwater, TX 79556, USA
Phone: (325) 235-1718
';var m_f670ed2b0d21209fc1b791173997a803 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'DMI Wealth Management & Insurance Solutions',});m_f670ed2b0d21209fc1b791173997a803['infowindow'] = new google.maps.InfoWindow({content: $lf670ed2b0d21209fc1b791173997a803});var infowindow = new google.maps.InfoWindow({content: $lf670ed2b0d21209fc1b791173997a803});google.maps.event.addListener(m_f670ed2b0d21209fc1b791173997a803, 'click', function() {infowindow.open(map,m_f670ed2b0d21209fc1b791173997a803);});$marker.push(m_f670ed2b0d21209fc1b791173997a803);}});}google.maps.event.addDomListener(window, 'load', initialize);