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.2626,-111.662)};var g_65f8d6b76fff8cc4f2e26c12f4012964 = new google.maps.Geocoder();g_65f8d6b76fff8cc4f2e26c12f4012964.geocode( { 'address': "2155 Freedom Blvd 200 W, Provo, UT 84604, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('provo-UT-credit-attorney-pc').style.display = '';map = new google.maps.Map(document.getElementById('provo-UT-credit-attorney-pc'), mapOptions);}document.getElementById('249644ee').innerHTML += ' | View Map';var $l65f8d6b76fff8cc4f2e26c12f4012964 = '

Credit Attorney PC

Address: 2155 Freedom Blvd 200 W, Provo, UT 84604, USA
Phone: (801) 235-9400
';var m_65f8d6b76fff8cc4f2e26c12f4012964 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Attorney PC',});m_65f8d6b76fff8cc4f2e26c12f4012964['infowindow'] = new google.maps.InfoWindow({content: $l65f8d6b76fff8cc4f2e26c12f4012964});var infowindow = new google.maps.InfoWindow({content: $l65f8d6b76fff8cc4f2e26c12f4012964});google.maps.event.addListener(m_65f8d6b76fff8cc4f2e26c12f4012964, 'click', function() {infowindow.open(map,m_65f8d6b76fff8cc4f2e26c12f4012964);});$marker.push(m_65f8d6b76fff8cc4f2e26c12f4012964);}});}google.maps.event.addDomListener(window, 'load', initialize);