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.2008,-98.2357)};var g_27a0a35665dcca2960eb5b63d696648f = new google.maps.Geocoder();g_27a0a35665dcca2960eb5b63d696648f.geocode( { 'address': "1416 Dallas Ave, McAllen, TX 78501, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mcallen-TX-el-centro-finance').style.display = '';map = new google.maps.Map(document.getElementById('mcallen-TX-el-centro-finance'), mapOptions);}document.getElementById('5a4c72c5').innerHTML += ' | View Map';var $l27a0a35665dcca2960eb5b63d696648f = '

El Centro Finance

Address: 1416 Dallas Ave, McAllen, TX 78501, USA
Phone: (956) 631-7719
';var m_27a0a35665dcca2960eb5b63d696648f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'El Centro Finance',});m_27a0a35665dcca2960eb5b63d696648f['infowindow'] = new google.maps.InfoWindow({content: $l27a0a35665dcca2960eb5b63d696648f});var infowindow = new google.maps.InfoWindow({content: $l27a0a35665dcca2960eb5b63d696648f});google.maps.event.addListener(m_27a0a35665dcca2960eb5b63d696648f, 'click', function() {infowindow.open(map,m_27a0a35665dcca2960eb5b63d696648f);});$marker.push(m_27a0a35665dcca2960eb5b63d696648f);}});}google.maps.event.addDomListener(window, 'load', initialize);