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(37.125,-113.523)};var g_fd59225c8b2ca83a39956b5406fe8d8b = new google.maps.Geocoder();g_fd59225c8b2ca83a39956b5406fe8d8b.geocode( { 'address': "969 N 3050 E suite B-3, St George, UT 84790, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('st-george-UT-cash-for-titles').style.display = '';map = new google.maps.Map(document.getElementById('st-george-UT-cash-for-titles'), mapOptions);}document.getElementById('398bdbfe').innerHTML += ' | View Map';var $lfd59225c8b2ca83a39956b5406fe8d8b = '

Cash For Titles

Address: 969 N 3050 E suite B-3, St George, UT 84790, USA
Phone: (435) 986-1806
';var m_fd59225c8b2ca83a39956b5406fe8d8b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash For Titles',});m_fd59225c8b2ca83a39956b5406fe8d8b['infowindow'] = new google.maps.InfoWindow({content: $lfd59225c8b2ca83a39956b5406fe8d8b});var infowindow = new google.maps.InfoWindow({content: $lfd59225c8b2ca83a39956b5406fe8d8b});google.maps.event.addListener(m_fd59225c8b2ca83a39956b5406fe8d8b, 'click', function() {infowindow.open(map,m_fd59225c8b2ca83a39956b5406fe8d8b);});$marker.push(m_fd59225c8b2ca83a39956b5406fe8d8b);}});}google.maps.event.addDomListener(window, 'load', initialize);