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.751,-97.4176)};var g_25df85a3c481727c90b0ef096dc1124b = new google.maps.Geocoder();g_25df85a3c481727c90b0ef096dc1124b.geocode( { 'address': "4128 Ayers St, Corpus Christi, TX 78415, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('corpus-christi-TX-sun-loan-co').style.display = '';map = new google.maps.Map(document.getElementById('corpus-christi-TX-sun-loan-co'), mapOptions);}document.getElementById('a352a750').innerHTML += ' | View Map';var $l25df85a3c481727c90b0ef096dc1124b = '

Sun Loan Co

Address: 4128 Ayers St, Corpus Christi, TX 78415, USA
Phone: (361) 814-2986
';var m_25df85a3c481727c90b0ef096dc1124b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sun Loan Co',});m_25df85a3c481727c90b0ef096dc1124b['infowindow'] = new google.maps.InfoWindow({content: $l25df85a3c481727c90b0ef096dc1124b});var infowindow = new google.maps.InfoWindow({content: $l25df85a3c481727c90b0ef096dc1124b});google.maps.event.addListener(m_25df85a3c481727c90b0ef096dc1124b, 'click', function() {infowindow.open(map,m_25df85a3c481727c90b0ef096dc1124b);});$marker.push(m_25df85a3c481727c90b0ef096dc1124b);}});}google.maps.event.addDomListener(window, 'load', initialize);