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.5583,-101.855)};var g_0e8a30e01e7110116b3bbc33c988e3e8 = new google.maps.Geocoder();g_0e8a30e01e7110116b3bbc33c988e3e8.geocode( { 'address': "3905 Avenue Q, Lubbock, TX 79412, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lubbock-TX-the-credit-connection').style.display = '';map = new google.maps.Map(document.getElementById('lubbock-TX-the-credit-connection'), mapOptions);}document.getElementById('bfa56a2d').innerHTML += ' | View Map';var $l0e8a30e01e7110116b3bbc33c988e3e8 = '

The Credit Connection

Address: 3905 Avenue Q, Lubbock, TX 79412, USA
Phone: (806) 687-0435
';var m_0e8a30e01e7110116b3bbc33c988e3e8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Credit Connection',});m_0e8a30e01e7110116b3bbc33c988e3e8['infowindow'] = new google.maps.InfoWindow({content: $l0e8a30e01e7110116b3bbc33c988e3e8});var infowindow = new google.maps.InfoWindow({content: $l0e8a30e01e7110116b3bbc33c988e3e8});google.maps.event.addListener(m_0e8a30e01e7110116b3bbc33c988e3e8, 'click', function() {infowindow.open(map,m_0e8a30e01e7110116b3bbc33c988e3e8);});$marker.push(m_0e8a30e01e7110116b3bbc33c988e3e8);}});}google.maps.event.addDomListener(window, 'load', initialize);