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.7174,-97.3823)};var g_4a3475632f37ecbe2f27569b8db6f8db = new google.maps.Geocoder();g_4a3475632f37ecbe2f27569b8db6f8db.geocode( { 'address': "4906 Everhart Rd, Corpus Christi, TX 78411, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('corpus-christi-TX-g--g-loan-co').style.display = '';map = new google.maps.Map(document.getElementById('corpus-christi-TX-g--g-loan-co'), mapOptions);}document.getElementById('26f02843').innerHTML += ' | View Map';var $l4a3475632f37ecbe2f27569b8db6f8db = '

G & G Loan Co

Address: 4906 Everhart Rd, Corpus Christi, TX 78411, USA
Phone: (361) 814-1800
';var m_4a3475632f37ecbe2f27569b8db6f8db = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'G & G Loan Co',});m_4a3475632f37ecbe2f27569b8db6f8db['infowindow'] = new google.maps.InfoWindow({content: $l4a3475632f37ecbe2f27569b8db6f8db});var infowindow = new google.maps.InfoWindow({content: $l4a3475632f37ecbe2f27569b8db6f8db});google.maps.event.addListener(m_4a3475632f37ecbe2f27569b8db6f8db, 'click', function() {infowindow.open(map,m_4a3475632f37ecbe2f27569b8db6f8db);});$marker.push(m_4a3475632f37ecbe2f27569b8db6f8db);}});}google.maps.event.addDomListener(window, 'load', initialize);