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.1943,-97.687)};var g_ec50ef0a35365611478981fe857d140a = new google.maps.Geocoder();g_ec50ef0a35365611478981fe857d140a.geocode( { 'address': "601 S Stuart Place Rd, Harlingen, TX 78552"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('harlingen-TX-rio-bank').style.display = '';map = new google.maps.Map(document.getElementById('harlingen-TX-rio-bank'), mapOptions);}document.getElementById('2d3d0175').innerHTML += ' | View Map';var $lec50ef0a35365611478981fe857d140a = '

Rio Bank

Address: 601 S Stuart Place Rd, Harlingen, TX 78552
Phone: (956) 264-1800
';var m_ec50ef0a35365611478981fe857d140a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Rio Bank',});m_ec50ef0a35365611478981fe857d140a['infowindow'] = new google.maps.InfoWindow({content: $lec50ef0a35365611478981fe857d140a});var infowindow = new google.maps.InfoWindow({content: $lec50ef0a35365611478981fe857d140a});google.maps.event.addListener(m_ec50ef0a35365611478981fe857d140a, 'click', function() {infowindow.open(map,m_ec50ef0a35365611478981fe857d140a);});$marker.push(m_ec50ef0a35365611478981fe857d140a);}});}google.maps.event.addDomListener(window, 'load', initialize);