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.5636,-101.86)};var g_c40db71b8413aeea589bc0fccbe09bee = new google.maps.Geocoder();g_c40db71b8413aeea589bc0fccbe09bee.geocode( { 'address': "2004 34th St, Lubbock, TX 79411, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lubbock-TX-shamrock-finance').style.display = '';map = new google.maps.Map(document.getElementById('lubbock-TX-shamrock-finance'), mapOptions);}document.getElementById('11fa04a3').innerHTML += ' | View Map';var $lc40db71b8413aeea589bc0fccbe09bee = '

Shamrock Finance

Address: 2004 34th St, Lubbock, TX 79411, USA
Phone: (806) 744-1506
';var m_c40db71b8413aeea589bc0fccbe09bee = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Shamrock Finance',});m_c40db71b8413aeea589bc0fccbe09bee['infowindow'] = new google.maps.InfoWindow({content: $lc40db71b8413aeea589bc0fccbe09bee});var infowindow = new google.maps.InfoWindow({content: $lc40db71b8413aeea589bc0fccbe09bee});google.maps.event.addListener(m_c40db71b8413aeea589bc0fccbe09bee, 'click', function() {infowindow.open(map,m_c40db71b8413aeea589bc0fccbe09bee);});$marker.push(m_c40db71b8413aeea589bc0fccbe09bee);}});}google.maps.event.addDomListener(window, 'load', initialize);