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.332,-98.1638)};var g_d1fca3b367cff6d2ef9cf74486dc6f6f = new google.maps.Geocoder();g_d1fca3b367cff6d2ef9cf74486dc6f6f.geocode( { 'address': "300 S Closner Blvd, Edinburg, TX 78539"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('edinburg-TX-hibernia-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('edinburg-TX-hibernia-national-bank'), mapOptions);}document.getElementById('7634dbef').innerHTML += ' | View Map';var $ld1fca3b367cff6d2ef9cf74486dc6f6f = '

Hibernia National Bank

Address: 300 S Closner Blvd, Edinburg, TX 78539
Phone: (956) 316-3514
';var m_d1fca3b367cff6d2ef9cf74486dc6f6f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hibernia National Bank',});m_d1fca3b367cff6d2ef9cf74486dc6f6f['infowindow'] = new google.maps.InfoWindow({content: $ld1fca3b367cff6d2ef9cf74486dc6f6f});var infowindow = new google.maps.InfoWindow({content: $ld1fca3b367cff6d2ef9cf74486dc6f6f});google.maps.event.addListener(m_d1fca3b367cff6d2ef9cf74486dc6f6f, 'click', function() {infowindow.open(map,m_d1fca3b367cff6d2ef9cf74486dc6f6f);});$marker.push(m_d1fca3b367cff6d2ef9cf74486dc6f6f);}});}google.maps.event.addDomListener(window, 'load', initialize);