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.465,-97.01)};var g_a2435779fa188030439d2f0c7287f669 = new google.maps.Geocoder();g_a2435779fa188030439d2f0c7287f669.geocode( { 'address': "1510 Wagon Wheel Ct, Midlothian, TX 76065, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('midlothian-TX-miller-premier-investment-planning-llc').style.display = '';map = new google.maps.Map(document.getElementById('midlothian-TX-miller-premier-investment-planning-llc'), mapOptions);}document.getElementById('efa6212c').innerHTML += ' | View Map';var $la2435779fa188030439d2f0c7287f669 = '

Miller Premier Investment Planning, LLC

Address: 1510 Wagon Wheel Ct, Midlothian, TX 76065, USA
Phone: (817) 680-8198
';var m_a2435779fa188030439d2f0c7287f669 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Miller Premier Investment Planning, LLC',});m_a2435779fa188030439d2f0c7287f669['infowindow'] = new google.maps.InfoWindow({content: $la2435779fa188030439d2f0c7287f669});var infowindow = new google.maps.InfoWindow({content: $la2435779fa188030439d2f0c7287f669});google.maps.event.addListener(m_a2435779fa188030439d2f0c7287f669, 'click', function() {infowindow.open(map,m_a2435779fa188030439d2f0c7287f669);});$marker.push(m_a2435779fa188030439d2f0c7287f669);}});}google.maps.event.addDomListener(window, 'load', initialize);