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(31.7604,-106.487)};var g_66064302b088f378808c9eafedb65409 = new google.maps.Geocoder();g_66064302b088f378808c9eafedb65409.geocode( { 'address': "2828 N Lee Trevino Dr, El Paso, TX 79936"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('el-paso-TX-international-bank').style.display = '';map = new google.maps.Map(document.getElementById('el-paso-TX-international-bank'), mapOptions);}document.getElementById('212557aa').innerHTML += ' | View Map';var $l66064302b088f378808c9eafedb65409 = '

International Bank

Address: 2828 N Lee Trevino Dr, El Paso, TX 79936
Phone: (915) 599-8567
';var m_66064302b088f378808c9eafedb65409 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'International Bank',});m_66064302b088f378808c9eafedb65409['infowindow'] = new google.maps.InfoWindow({content: $l66064302b088f378808c9eafedb65409});var infowindow = new google.maps.InfoWindow({content: $l66064302b088f378808c9eafedb65409});google.maps.event.addListener(m_66064302b088f378808c9eafedb65409, 'click', function() {infowindow.open(map,m_66064302b088f378808c9eafedb65409);});$marker.push(m_66064302b088f378808c9eafedb65409);}});}google.maps.event.addDomListener(window, 'load', initialize);