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(26.2007,-98.237)};var g_7c1bfe1282337cd8f1ec7182e1e1deb8 = new google.maps.Geocoder();g_7c1bfe1282337cd8f1ec7182e1e1deb8.geocode( { 'address': "1521 Dallas Ave, McAllen, TX 78501, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mcallen-TX-c--g-loan-co').style.display = '';map = new google.maps.Map(document.getElementById('mcallen-TX-c--g-loan-co'), mapOptions);}document.getElementById('1a2bd300').innerHTML += ' | View Map';var $l7c1bfe1282337cd8f1ec7182e1e1deb8 = '

C & G Loan Co

Address: 1521 Dallas Ave, McAllen, TX 78501, USA
Phone: (956) 682-6418
';var m_7c1bfe1282337cd8f1ec7182e1e1deb8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'C & G Loan Co',});m_7c1bfe1282337cd8f1ec7182e1e1deb8['infowindow'] = new google.maps.InfoWindow({content: $l7c1bfe1282337cd8f1ec7182e1e1deb8});var infowindow = new google.maps.InfoWindow({content: $l7c1bfe1282337cd8f1ec7182e1e1deb8});google.maps.event.addListener(m_7c1bfe1282337cd8f1ec7182e1e1deb8, 'click', function() {infowindow.open(map,m_7c1bfe1282337cd8f1ec7182e1e1deb8);});$marker.push(m_7c1bfe1282337cd8f1ec7182e1e1deb8);}});}google.maps.event.addDomListener(window, 'load', initialize);