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.2136,-98.2355)};var g_6740e9bc4c61459fb2137711207dcb36 = new google.maps.Geocoder();g_6740e9bc4c61459fb2137711207dcb36.geocode( { 'address': "901 S 10th St, McAllen, TX 78501"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mcallen-TX-vantage-bank-texas').style.display = '';map = new google.maps.Map(document.getElementById('mcallen-TX-vantage-bank-texas'), mapOptions);}document.getElementById('6dd89127').innerHTML += ' | View Map';var $l6740e9bc4c61459fb2137711207dcb36 = '

Vantage Bank Texas

Address: 901 S 10th St, McAllen, TX 78501
Phone: (956) 467-0321
';var m_6740e9bc4c61459fb2137711207dcb36 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Vantage Bank Texas',});m_6740e9bc4c61459fb2137711207dcb36['infowindow'] = new google.maps.InfoWindow({content: $l6740e9bc4c61459fb2137711207dcb36});var infowindow = new google.maps.InfoWindow({content: $l6740e9bc4c61459fb2137711207dcb36});google.maps.event.addListener(m_6740e9bc4c61459fb2137711207dcb36, 'click', function() {infowindow.open(map,m_6740e9bc4c61459fb2137711207dcb36);});$marker.push(m_6740e9bc4c61459fb2137711207dcb36);}});}google.maps.event.addDomListener(window, 'load', initialize);