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.2175,-96.675)};var g_c997f76c10fb5aeaae60e1baf58a8ead = new google.maps.Geocoder();g_c997f76c10fb5aeaae60e1baf58a8ead.geocode( { 'address': "4695 W University Dr #100, McKinney, TX 75071, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mckinney-TX-andre--associates-pc').style.display = '';map = new google.maps.Map(document.getElementById('mckinney-TX-andre--associates-pc'), mapOptions);}document.getElementById('e281e804').innerHTML += ' | View Map';var $lc997f76c10fb5aeaae60e1baf58a8ead = '

ANDRE + ASSOCIATES, PC

Address: 4695 W University Dr #100, McKinney, TX 75071, USA
Phone: (972) 548-1040
';var m_c997f76c10fb5aeaae60e1baf58a8ead = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ANDRE + ASSOCIATES, PC',});m_c997f76c10fb5aeaae60e1baf58a8ead['infowindow'] = new google.maps.InfoWindow({content: $lc997f76c10fb5aeaae60e1baf58a8ead});var infowindow = new google.maps.InfoWindow({content: $lc997f76c10fb5aeaae60e1baf58a8ead});google.maps.event.addListener(m_c997f76c10fb5aeaae60e1baf58a8ead, 'click', function() {infowindow.open(map,m_c997f76c10fb5aeaae60e1baf58a8ead);});$marker.push(m_c997f76c10fb5aeaae60e1baf58a8ead);}});}google.maps.event.addDomListener(window, 'load', initialize);