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(27.5127,-99.4882)};var g_94d8526a5fae933806f65b8a0f49301a = new google.maps.Geocoder();g_94d8526a5fae933806f65b8a0f49301a.geocode( { 'address': "5800 San Dario Ave, Laredo, TX 78041"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('laredo-TX-commerce-bank').style.display = '';map = new google.maps.Map(document.getElementById('laredo-TX-commerce-bank'), mapOptions);}document.getElementById('d79ca408').innerHTML += ' | View Map';var $l94d8526a5fae933806f65b8a0f49301a = '

Commerce Bank

Address: 5800 San Dario Ave, Laredo, TX 78041
Phone: (956) 724-1616
';var m_94d8526a5fae933806f65b8a0f49301a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Commerce Bank',});m_94d8526a5fae933806f65b8a0f49301a['infowindow'] = new google.maps.InfoWindow({content: $l94d8526a5fae933806f65b8a0f49301a});var infowindow = new google.maps.InfoWindow({content: $l94d8526a5fae933806f65b8a0f49301a});google.maps.event.addListener(m_94d8526a5fae933806f65b8a0f49301a, 'click', function() {infowindow.open(map,m_94d8526a5fae933806f65b8a0f49301a);});$marker.push(m_94d8526a5fae933806f65b8a0f49301a);}});}google.maps.event.addDomListener(window, 'load', initialize);