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(27.766,-97.4092)};var g_4c5bdd15468ef4803adc665552a3c95e = new google.maps.Geocoder();g_4c5bdd15468ef4803adc665552a3c95e.geocode( { 'address': "2501 Ayers St, Corpus Christi, TX 78404, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('corpus-christi-TX-tips-pawn--loan').style.display = '';map = new google.maps.Map(document.getElementById('corpus-christi-TX-tips-pawn--loan'), mapOptions);}document.getElementById('d44629f5').innerHTML += ' | View Map';var $l4c5bdd15468ef4803adc665552a3c95e = '

Tips Pawn & Loan

Address: 2501 Ayers St, Corpus Christi, TX 78404, USA
Phone: (361) 883-3013
';var m_4c5bdd15468ef4803adc665552a3c95e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tips Pawn & Loan',});m_4c5bdd15468ef4803adc665552a3c95e['infowindow'] = new google.maps.InfoWindow({content: $l4c5bdd15468ef4803adc665552a3c95e});var infowindow = new google.maps.InfoWindow({content: $l4c5bdd15468ef4803adc665552a3c95e});google.maps.event.addListener(m_4c5bdd15468ef4803adc665552a3c95e, 'click', function() {infowindow.open(map,m_4c5bdd15468ef4803adc665552a3c95e);});$marker.push(m_4c5bdd15468ef4803adc665552a3c95e);}});}google.maps.event.addDomListener(window, 'load', initialize);