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(30.1381,-95.4465)};var g_cc4b0176b53d178cbf31dafd4159d926 = new google.maps.Geocoder();g_cc4b0176b53d178cbf31dafd4159d926.geocode( { 'address': "25907 Interstate 45 N, Spring, TX 77380, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('spring-TX-all-pawn--kats-guitars').style.display = '';map = new google.maps.Map(document.getElementById('spring-TX-all-pawn--kats-guitars'), mapOptions);}document.getElementById('109750d6').innerHTML += ' | View Map';var $lcc4b0176b53d178cbf31dafd4159d926 = '

All Pawn & Kat's Guitars

Address: 25907 Interstate 45 N, Spring, TX 77380, USA
Phone: (281) 363-2103
';var m_cc4b0176b53d178cbf31dafd4159d926 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'All Pawn & Kat's Guitars',});m_cc4b0176b53d178cbf31dafd4159d926['infowindow'] = new google.maps.InfoWindow({content: $lcc4b0176b53d178cbf31dafd4159d926});var infowindow = new google.maps.InfoWindow({content: $lcc4b0176b53d178cbf31dafd4159d926});google.maps.event.addListener(m_cc4b0176b53d178cbf31dafd4159d926, 'click', function() {infowindow.open(map,m_cc4b0176b53d178cbf31dafd4159d926);});$marker.push(m_cc4b0176b53d178cbf31dafd4159d926);}});}google.maps.event.addDomListener(window, 'load', initialize);