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.3033,-111.657)};var g_a82cc41dca5e513c03eeb316a8101729 = new google.maps.Geocoder();g_a82cc41dca5e513c03eeb316a8101729.geocode( { 'address': "5252 N Edgewood Dr #200, Provo, UT 84604, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('provo-UT-castle--cooke-mortgage-llc-provo-branch').style.display = '';map = new google.maps.Map(document.getElementById('provo-UT-castle--cooke-mortgage-llc-provo-branch'), mapOptions);}document.getElementById('74dca465').innerHTML += ' | View Map';var $la82cc41dca5e513c03eeb316a8101729 = '

Castle & Cooke Mortgage, LLC (Provo Branch)

Address: 5252 N Edgewood Dr #200, Provo, UT 84604, USA
Phone: (801) 818-6262
';var m_a82cc41dca5e513c03eeb316a8101729 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Castle & Cooke Mortgage, LLC (Provo Branch)',});m_a82cc41dca5e513c03eeb316a8101729['infowindow'] = new google.maps.InfoWindow({content: $la82cc41dca5e513c03eeb316a8101729});var infowindow = new google.maps.InfoWindow({content: $la82cc41dca5e513c03eeb316a8101729});google.maps.event.addListener(m_a82cc41dca5e513c03eeb316a8101729, 'click', function() {infowindow.open(map,m_a82cc41dca5e513c03eeb316a8101729);});$marker.push(m_a82cc41dca5e513c03eeb316a8101729);}});}google.maps.event.addDomListener(window, 'load', initialize);