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(33.5486,-101.862)};var g_4675d94dfc9170bd438882273ab10fa5 = new google.maps.Geocoder();g_4675d94dfc9170bd438882273ab10fa5.geocode( { 'address': "2107 50th St, Lubbock, TX 79412, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lubbock-TX-maverick-finance').style.display = '';map = new google.maps.Map(document.getElementById('lubbock-TX-maverick-finance'), mapOptions);}document.getElementById('c0b77515').innerHTML += ' | View Map';var $l4675d94dfc9170bd438882273ab10fa5 = '

Maverick Finance

Address: 2107 50th St, Lubbock, TX 79412, USA
Phone: (806) 744-2757
';var m_4675d94dfc9170bd438882273ab10fa5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Maverick Finance',});m_4675d94dfc9170bd438882273ab10fa5['infowindow'] = new google.maps.InfoWindow({content: $l4675d94dfc9170bd438882273ab10fa5});var infowindow = new google.maps.InfoWindow({content: $l4675d94dfc9170bd438882273ab10fa5});google.maps.event.addListener(m_4675d94dfc9170bd438882273ab10fa5, 'click', function() {infowindow.open(map,m_4675d94dfc9170bd438882273ab10fa5);});$marker.push(m_4675d94dfc9170bd438882273ab10fa5);}});}google.maps.event.addDomListener(window, 'load', initialize);