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(40.6952,-111.976)};var g_45c04c3ce3edf82e8849d8b1f77debc4 = new google.maps.Geocoder();g_45c04c3ce3edf82e8849d8b1f77debc4.geocode( { 'address': "3565 3500 S, West Valley City, UT 84119, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-valley-city-UT-sunbelt-credit').style.display = '';map = new google.maps.Map(document.getElementById('west-valley-city-UT-sunbelt-credit'), mapOptions);}document.getElementById('9a904c95').innerHTML += ' | View Map';var $l45c04c3ce3edf82e8849d8b1f77debc4 = '

Sunbelt Credit

Address: 3565 3500 S, West Valley City, UT 84119, USA
Phone: (801) 957-1477
';var m_45c04c3ce3edf82e8849d8b1f77debc4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sunbelt Credit',});m_45c04c3ce3edf82e8849d8b1f77debc4['infowindow'] = new google.maps.InfoWindow({content: $l45c04c3ce3edf82e8849d8b1f77debc4});var infowindow = new google.maps.InfoWindow({content: $l45c04c3ce3edf82e8849d8b1f77debc4});google.maps.event.addListener(m_45c04c3ce3edf82e8849d8b1f77debc4, 'click', function() {infowindow.open(map,m_45c04c3ce3edf82e8849d8b1f77debc4);});$marker.push(m_45c04c3ce3edf82e8849d8b1f77debc4);}});}google.maps.event.addDomListener(window, 'load', initialize);