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.0243,-96.7021)};var g_ec6e96215bb784b84ea1920685db8425 = new google.maps.Geocoder();g_ec6e96215bb784b84ea1920685db8425.geocode( { 'address': "903 E. 18th St., # 102, Plano, TX 75074, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('plano-TX-build-my-scores').style.display = '';map = new google.maps.Map(document.getElementById('plano-TX-build-my-scores'), mapOptions);}document.getElementById('236a1810').innerHTML += ' | View Map';var $lec6e96215bb784b84ea1920685db8425 = '

Build My Scores

Address: 903 E. 18th St., # 102, Plano, TX 75074, USA
Phone: (866) 611-9531
';var m_ec6e96215bb784b84ea1920685db8425 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Build My Scores',});m_ec6e96215bb784b84ea1920685db8425['infowindow'] = new google.maps.InfoWindow({content: $lec6e96215bb784b84ea1920685db8425});var infowindow = new google.maps.InfoWindow({content: $lec6e96215bb784b84ea1920685db8425});google.maps.event.addListener(m_ec6e96215bb784b84ea1920685db8425, 'click', function() {infowindow.open(map,m_ec6e96215bb784b84ea1920685db8425);});$marker.push(m_ec6e96215bb784b84ea1920685db8425);}});}google.maps.event.addDomListener(window, 'load', initialize);