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.0909,-113.586)};var g_da30467d45c5742cf201d1577ce7e150 = new google.maps.Geocoder();g_da30467d45c5742cf201d1577ce7e150.geocode( { 'address': "960 Bluff Street, St George, UT 84770, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('st-george-UT-elite-auto-credit-llc').style.display = '';map = new google.maps.Map(document.getElementById('st-george-UT-elite-auto-credit-llc'), mapOptions);}document.getElementById('a3d15c79').innerHTML += ' | View Map';var $lda30467d45c5742cf201d1577ce7e150 = '

Elite Auto Credit Llc

Address: 960 Bluff Street, St George, UT 84770, USA
Phone: (435) 627-0949
';var m_da30467d45c5742cf201d1577ce7e150 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Elite Auto Credit Llc',});m_da30467d45c5742cf201d1577ce7e150['infowindow'] = new google.maps.InfoWindow({content: $lda30467d45c5742cf201d1577ce7e150});var infowindow = new google.maps.InfoWindow({content: $lda30467d45c5742cf201d1577ce7e150});google.maps.event.addListener(m_da30467d45c5742cf201d1577ce7e150, 'click', function() {infowindow.open(map,m_da30467d45c5742cf201d1577ce7e150);});$marker.push(m_da30467d45c5742cf201d1577ce7e150);}});}google.maps.event.addDomListener(window, 'load', initialize);