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.7506,-97.4174)};var g_a6dcd4cdbe70405ae64f746a1904b7d0 = new google.maps.Geocoder();g_a6dcd4cdbe70405ae64f746a1904b7d0.geocode( { 'address': "4112 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-atlas-finance-co').style.display = '';map = new google.maps.Map(document.getElementById('corpus-christi-TX-atlas-finance-co'), mapOptions);}document.getElementById('6fedeb12').innerHTML += ' | View Map';var $la6dcd4cdbe70405ae64f746a1904b7d0 = '

Atlas Finance Co

Address: 4112 Ayers St, Corpus Christi, TX 78415, USA
Phone: (361) 857-7633
';var m_a6dcd4cdbe70405ae64f746a1904b7d0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Atlas Finance Co',});m_a6dcd4cdbe70405ae64f746a1904b7d0['infowindow'] = new google.maps.InfoWindow({content: $la6dcd4cdbe70405ae64f746a1904b7d0});var infowindow = new google.maps.InfoWindow({content: $la6dcd4cdbe70405ae64f746a1904b7d0});google.maps.event.addListener(m_a6dcd4cdbe70405ae64f746a1904b7d0, 'click', function() {infowindow.open(map,m_a6dcd4cdbe70405ae64f746a1904b7d0);});$marker.push(m_a6dcd4cdbe70405ae64f746a1904b7d0);}});}google.maps.event.addDomListener(window, 'load', initialize);