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.4904,-99.4633)};var g_31429ccef08e1dfc4839ba23a3d2443a = new google.maps.Geocoder();g_31429ccef08e1dfc4839ba23a3d2443a.geocode( { 'address': "3210 Jaime Zapata Memorial Hwy, Suite A12, Laredo, TX 78043, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('laredo-TX-maverick-finance').style.display = '';map = new google.maps.Map(document.getElementById('laredo-TX-maverick-finance'), mapOptions);}document.getElementById('2a623323').innerHTML += ' | View Map';var $l31429ccef08e1dfc4839ba23a3d2443a = '

Maverick Finance

Address: 3210 Jaime Zapata Memorial Hwy, Suite A12, Laredo, TX 78043, USA
Phone: (956) 791-1452
';var m_31429ccef08e1dfc4839ba23a3d2443a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Maverick Finance',});m_31429ccef08e1dfc4839ba23a3d2443a['infowindow'] = new google.maps.InfoWindow({content: $l31429ccef08e1dfc4839ba23a3d2443a});var infowindow = new google.maps.InfoWindow({content: $l31429ccef08e1dfc4839ba23a3d2443a});google.maps.event.addListener(m_31429ccef08e1dfc4839ba23a3d2443a, 'click', function() {infowindow.open(map,m_31429ccef08e1dfc4839ba23a3d2443a);});$marker.push(m_31429ccef08e1dfc4839ba23a3d2443a);}});}google.maps.event.addDomListener(window, 'load', initialize);