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(31.1018,-97.3553)};var g_01bf4063bd804de84d70d5d565bd84d2 = new google.maps.Geocoder();g_01bf4063bd804de84d70d5d565bd84d2.geocode( { 'address': "1408 W Adams Ave, Temple, TX 76504, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('temple-TX-cash-america-pawn').style.display = '';map = new google.maps.Map(document.getElementById('temple-TX-cash-america-pawn'), mapOptions);}document.getElementById('8bb0cb5b').innerHTML += ' | View Map';var $l01bf4063bd804de84d70d5d565bd84d2 = '

Cash America Pawn

Address: 1408 W Adams Ave, Temple, TX 76504, USA
Phone: (254) 773-8097
';var m_01bf4063bd804de84d70d5d565bd84d2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash America Pawn',});m_01bf4063bd804de84d70d5d565bd84d2['infowindow'] = new google.maps.InfoWindow({content: $l01bf4063bd804de84d70d5d565bd84d2});var infowindow = new google.maps.InfoWindow({content: $l01bf4063bd804de84d70d5d565bd84d2});google.maps.event.addListener(m_01bf4063bd804de84d70d5d565bd84d2, 'click', function() {infowindow.open(map,m_01bf4063bd804de84d70d5d565bd84d2);});$marker.push(m_01bf4063bd804de84d70d5d565bd84d2);}});}google.maps.event.addDomListener(window, 'load', initialize);