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(29.5022,-95.1144)};var g_0f2f064c690eb38d90749b6dd82205a0 = new google.maps.Geocoder();g_0f2f064c690eb38d90749b6dd82205a0.geocode( { 'address': "199 Gulf Fwy S, League City, TX 77573, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('league-city-TX-american-title-loans').style.display = '';map = new google.maps.Map(document.getElementById('league-city-TX-american-title-loans'), mapOptions);}document.getElementById('e21c4749').innerHTML += ' | View Map';var $l0f2f064c690eb38d90749b6dd82205a0 = '

American Title Loans

Address: 199 Gulf Fwy S, League City, TX 77573, USA
Phone: (855) 205-6267
';var m_0f2f064c690eb38d90749b6dd82205a0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Title Loans',});m_0f2f064c690eb38d90749b6dd82205a0['infowindow'] = new google.maps.InfoWindow({content: $l0f2f064c690eb38d90749b6dd82205a0});var infowindow = new google.maps.InfoWindow({content: $l0f2f064c690eb38d90749b6dd82205a0});google.maps.event.addListener(m_0f2f064c690eb38d90749b6dd82205a0, 'click', function() {infowindow.open(map,m_0f2f064c690eb38d90749b6dd82205a0);});$marker.push(m_0f2f064c690eb38d90749b6dd82205a0);}});}google.maps.event.addDomListener(window, 'load', initialize);