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.3006,-98.1577)};var g_e6051b3bfe716cc4a38c2f39ec199873 = new google.maps.Geocoder();g_e6051b3bfe716cc4a38c2f39ec199873.geocode( { 'address': "506 E University Dr # A, Edinburg, TX 78539, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('edinburg-TX-community-loans--services').style.display = '';map = new google.maps.Map(document.getElementById('edinburg-TX-community-loans--services'), mapOptions);}document.getElementById('a83abf4a').innerHTML += ' | View Map';var $le6051b3bfe716cc4a38c2f39ec199873 = '

Community Loans & Services

Address: 506 E University Dr # A, Edinburg, TX 78539, USA
Phone: (956) 383-8451
';var m_e6051b3bfe716cc4a38c2f39ec199873 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Loans & Services',});m_e6051b3bfe716cc4a38c2f39ec199873['infowindow'] = new google.maps.InfoWindow({content: $le6051b3bfe716cc4a38c2f39ec199873});var infowindow = new google.maps.InfoWindow({content: $le6051b3bfe716cc4a38c2f39ec199873});google.maps.event.addListener(m_e6051b3bfe716cc4a38c2f39ec199873, 'click', function() {infowindow.open(map,m_e6051b3bfe716cc4a38c2f39ec199873);});$marker.push(m_e6051b3bfe716cc4a38c2f39ec199873);}});}google.maps.event.addDomListener(window, 'load', initialize);