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(41.1595,-111.944)};var g_737cb9b671dd9293a47dd49f27300c48 = new google.maps.Geocoder();g_737cb9b671dd9293a47dd49f27300c48.geocode( { 'address': "5703 S 1475 E #2, South Ogden, UT 84403, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('south-ogden-UT-thomas-m-turner-jr---peoples-mortgage-company').style.display = '';map = new google.maps.Map(document.getElementById('south-ogden-UT-thomas-m-turner-jr---peoples-mortgage-company'), mapOptions);}document.getElementById('2e9f801a').innerHTML += ' | View Map';var $l737cb9b671dd9293a47dd49f27300c48 = '

Thomas M. Turner Jr. - Peoples Mortgage Company

Address: 5703 S 1475 E #2, South Ogden, UT 84403, USA
Phone: (801) 698-2927
';var m_737cb9b671dd9293a47dd49f27300c48 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Thomas M. Turner Jr. - Peoples Mortgage Company',});m_737cb9b671dd9293a47dd49f27300c48['infowindow'] = new google.maps.InfoWindow({content: $l737cb9b671dd9293a47dd49f27300c48});var infowindow = new google.maps.InfoWindow({content: $l737cb9b671dd9293a47dd49f27300c48});google.maps.event.addListener(m_737cb9b671dd9293a47dd49f27300c48, 'click', function() {infowindow.open(map,m_737cb9b671dd9293a47dd49f27300c48);});$marker.push(m_737cb9b671dd9293a47dd49f27300c48);}});}google.maps.event.addDomListener(window, 'load', initialize);