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.3878,-111.837)};var g_91d4050e2b0a1876181ec0001e1c8946 = new google.maps.Geocoder();g_91d4050e2b0a1876181ec0001e1c8946.geocode( { 'address': "770 E Main St #508, Lehi, UT 84043, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lehi-UT-the-credit-law-firm').style.display = '';map = new google.maps.Map(document.getElementById('lehi-UT-the-credit-law-firm'), mapOptions);}document.getElementById('0980f273').innerHTML += ' | View Map';var $l91d4050e2b0a1876181ec0001e1c8946 = '

the credit law firm

Address: 770 E Main St #508, Lehi, UT 84043, USA
Phone: (866) 871-5050
';var m_91d4050e2b0a1876181ec0001e1c8946 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'the credit law firm',});m_91d4050e2b0a1876181ec0001e1c8946['infowindow'] = new google.maps.InfoWindow({content: $l91d4050e2b0a1876181ec0001e1c8946});var infowindow = new google.maps.InfoWindow({content: $l91d4050e2b0a1876181ec0001e1c8946});google.maps.event.addListener(m_91d4050e2b0a1876181ec0001e1c8946, 'click', function() {infowindow.open(map,m_91d4050e2b0a1876181ec0001e1c8946);});$marker.push(m_91d4050e2b0a1876181ec0001e1c8946);}});}google.maps.event.addDomListener(window, 'load', initialize);