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.1515,-96.8055)};var g_307e383ea6e0d492221873f359e826d1 = new google.maps.Geocoder();g_307e383ea6e0d492221873f359e826d1.geocode( { 'address': "8901 Main St, Frisco, TX 75034, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('frisco-TX-frisco-jewelry--loan-inc').style.display = '';map = new google.maps.Map(document.getElementById('frisco-TX-frisco-jewelry--loan-inc'), mapOptions);}document.getElementById('9d650f55').innerHTML += ' | View Map';var $l307e383ea6e0d492221873f359e826d1 = '

Frisco Jewelry & Loan Inc

Address: 8901 Main St, Frisco, TX 75034, USA
Phone: (972) 335-1002
';var m_307e383ea6e0d492221873f359e826d1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Frisco Jewelry & Loan Inc',});m_307e383ea6e0d492221873f359e826d1['infowindow'] = new google.maps.InfoWindow({content: $l307e383ea6e0d492221873f359e826d1});var infowindow = new google.maps.InfoWindow({content: $l307e383ea6e0d492221873f359e826d1});google.maps.event.addListener(m_307e383ea6e0d492221873f359e826d1, 'click', function() {infowindow.open(map,m_307e383ea6e0d492221873f359e826d1);});$marker.push(m_307e383ea6e0d492221873f359e826d1);}});}google.maps.event.addDomListener(window, 'load', initialize);