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.2159,-96.625)};var g_04ab287906a457ab51bcef6a188d33dc = new google.maps.Geocoder();g_04ab287906a457ab51bcef6a188d33dc.geocode( { 'address': "1407 W University Dr, McKinney, TX 75069, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mckinney-TX-mc-kinney-investments').style.display = '';map = new google.maps.Map(document.getElementById('mckinney-TX-mc-kinney-investments'), mapOptions);}document.getElementById('098f91e6').innerHTML += ' | View Map';var $l04ab287906a457ab51bcef6a188d33dc = '

Mc Kinney Investments

Address: 1407 W University Dr, McKinney, TX 75069, USA
Phone: (214) 544-2437
';var m_04ab287906a457ab51bcef6a188d33dc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mc Kinney Investments',});m_04ab287906a457ab51bcef6a188d33dc['infowindow'] = new google.maps.InfoWindow({content: $l04ab287906a457ab51bcef6a188d33dc});var infowindow = new google.maps.InfoWindow({content: $l04ab287906a457ab51bcef6a188d33dc});google.maps.event.addListener(m_04ab287906a457ab51bcef6a188d33dc, 'click', function() {infowindow.open(map,m_04ab287906a457ab51bcef6a188d33dc);});$marker.push(m_04ab287906a457ab51bcef6a188d33dc);}});}google.maps.event.addDomListener(window, 'load', initialize);