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.9018,-97.1468)};var g_1220936e8906f0ecc8a2b9528be11aab = new google.maps.Geocoder();g_1220936e8906f0ecc8a2b9528be11aab.geocode( { 'address': "444 S Commercial St, Aransas Pass, TX 78336, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('aransas-pass-TX-g--g-loan-co').style.display = '';map = new google.maps.Map(document.getElementById('aransas-pass-TX-g--g-loan-co'), mapOptions);}document.getElementById('b43ab127').innerHTML += ' | View Map';var $l1220936e8906f0ecc8a2b9528be11aab = '

G & G Loan Co

Address: 444 S Commercial St, Aransas Pass, TX 78336, USA
Phone: (361) 758-1600
';var m_1220936e8906f0ecc8a2b9528be11aab = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'G & G Loan Co',});m_1220936e8906f0ecc8a2b9528be11aab['infowindow'] = new google.maps.InfoWindow({content: $l1220936e8906f0ecc8a2b9528be11aab});var infowindow = new google.maps.InfoWindow({content: $l1220936e8906f0ecc8a2b9528be11aab});google.maps.event.addListener(m_1220936e8906f0ecc8a2b9528be11aab, 'click', function() {infowindow.open(map,m_1220936e8906f0ecc8a2b9528be11aab);});$marker.push(m_1220936e8906f0ecc8a2b9528be11aab);}});}google.maps.event.addDomListener(window, 'load', initialize);