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.6128,-96.3158)};var g_a7bf87822994dc55c08f2f6c8ba90442 = new google.maps.Geocoder();g_a7bf87822994dc55c08f2f6c8ba90442.geocode( { 'address': "2001 S Texas Ave #700, College Station, TX 77840, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('college-station-TX-cashmax-title--loan').style.display = '';map = new google.maps.Map(document.getElementById('college-station-TX-cashmax-title--loan'), mapOptions);}document.getElementById('1f8d3ef1').innerHTML += ' | View Map';var $la7bf87822994dc55c08f2f6c8ba90442 = '

CashMax Title & Loan

Address: 2001 S Texas Ave #700, College Station, TX 77840, USA
Phone: (979) 446-0120
';var m_a7bf87822994dc55c08f2f6c8ba90442 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CashMax Title & Loan',});m_a7bf87822994dc55c08f2f6c8ba90442['infowindow'] = new google.maps.InfoWindow({content: $la7bf87822994dc55c08f2f6c8ba90442});var infowindow = new google.maps.InfoWindow({content: $la7bf87822994dc55c08f2f6c8ba90442});google.maps.event.addListener(m_a7bf87822994dc55c08f2f6c8ba90442, 'click', function() {infowindow.open(map,m_a7bf87822994dc55c08f2f6c8ba90442);});$marker.push(m_a7bf87822994dc55c08f2f6c8ba90442);}});}google.maps.event.addDomListener(window, 'load', initialize);