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.2166,-96.6259)};var g_96a2da59c90813be0540345079a9d82e = new google.maps.Geocoder();g_96a2da59c90813be0540345079a9d82e.geocode( { 'address': "1500 W University Dr # B, McKinney, TX 75069, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mckinney-TX-gold-star-finance-inc').style.display = '';map = new google.maps.Map(document.getElementById('mckinney-TX-gold-star-finance-inc'), mapOptions);}document.getElementById('8462902e').innerHTML += ' | View Map';var $l96a2da59c90813be0540345079a9d82e = '

Gold Star Finance Inc

Address: 1500 W University Dr # B, McKinney, TX 75069, USA
Phone: (972) 542-2916
';var m_96a2da59c90813be0540345079a9d82e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Gold Star Finance Inc',});m_96a2da59c90813be0540345079a9d82e['infowindow'] = new google.maps.InfoWindow({content: $l96a2da59c90813be0540345079a9d82e});var infowindow = new google.maps.InfoWindow({content: $l96a2da59c90813be0540345079a9d82e});google.maps.event.addListener(m_96a2da59c90813be0540345079a9d82e, 'click', function() {infowindow.open(map,m_96a2da59c90813be0540345079a9d82e);});$marker.push(m_96a2da59c90813be0540345079a9d82e);}});}google.maps.event.addDomListener(window, 'load', initialize);