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.082,-113.575)};var g_8a89c904021d40e2ef4637468b0107b9 = new google.maps.Geocoder();g_8a89c904021d40e2ef4637468b0107b9.geocode( { 'address': "352 East Riverside Dr, Suite A-1, St George, UT 84790, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('st-george-UT-platinum-mortgage-inc').style.display = '';map = new google.maps.Map(document.getElementById('st-george-UT-platinum-mortgage-inc'), mapOptions);}document.getElementById('5145c663').innerHTML += ' | View Map';var $l8a89c904021d40e2ef4637468b0107b9 = '

Platinum Mortgage Inc

Address: 352 East Riverside Dr, Suite A-1, St George, UT 84790, USA
Phone: (435) 229-2156
';var m_8a89c904021d40e2ef4637468b0107b9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Platinum Mortgage Inc',});m_8a89c904021d40e2ef4637468b0107b9['infowindow'] = new google.maps.InfoWindow({content: $l8a89c904021d40e2ef4637468b0107b9});var infowindow = new google.maps.InfoWindow({content: $l8a89c904021d40e2ef4637468b0107b9});google.maps.event.addListener(m_8a89c904021d40e2ef4637468b0107b9, 'click', function() {infowindow.open(map,m_8a89c904021d40e2ef4637468b0107b9);});$marker.push(m_8a89c904021d40e2ef4637468b0107b9);}});}google.maps.event.addDomListener(window, 'load', initialize);