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.6096,-96.313)};var g_ee20e3bc4bd9eab997d7825b883b7359 = new google.maps.Geocoder();g_ee20e3bc4bd9eab997d7825b883b7359.geocode( { 'address': "2228 S Texas Ave, College Station, TX 77840, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('college-station-TX-cash-america-pawn').style.display = '';map = new google.maps.Map(document.getElementById('college-station-TX-cash-america-pawn'), mapOptions);}document.getElementById('99501a02').innerHTML += ' | View Map';var $lee20e3bc4bd9eab997d7825b883b7359 = '

Cash America Pawn

Address: 2228 S Texas Ave, College Station, TX 77840, USA
Phone: (979) 341-0632
';var m_ee20e3bc4bd9eab997d7825b883b7359 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash America Pawn',});m_ee20e3bc4bd9eab997d7825b883b7359['infowindow'] = new google.maps.InfoWindow({content: $lee20e3bc4bd9eab997d7825b883b7359});var infowindow = new google.maps.InfoWindow({content: $lee20e3bc4bd9eab997d7825b883b7359});google.maps.event.addListener(m_ee20e3bc4bd9eab997d7825b883b7359, 'click', function() {infowindow.open(map,m_ee20e3bc4bd9eab997d7825b883b7359);});$marker.push(m_ee20e3bc4bd9eab997d7825b883b7359);}});}google.maps.event.addDomListener(window, 'load', initialize);