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.1129,-113.595)};var g_e934fd4ca812c03831da8beac4d87213 = new google.maps.Geocoder();g_e934fd4ca812c03831da8beac4d87213.geocode( { 'address': "280 N Bluff St, St George, UT 84770, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('st-george-UT-value-loan-center').style.display = '';map = new google.maps.Map(document.getElementById('st-george-UT-value-loan-center'), mapOptions);}document.getElementById('edfd2903').innerHTML += ' | View Map';var $le934fd4ca812c03831da8beac4d87213 = '

Value Loan Center

Address: 280 N Bluff St, St George, UT 84770, USA
Phone: (435) 868-1151
';var m_e934fd4ca812c03831da8beac4d87213 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Value Loan Center',});m_e934fd4ca812c03831da8beac4d87213['infowindow'] = new google.maps.InfoWindow({content: $le934fd4ca812c03831da8beac4d87213});var infowindow = new google.maps.InfoWindow({content: $le934fd4ca812c03831da8beac4d87213});google.maps.event.addListener(m_e934fd4ca812c03831da8beac4d87213, 'click', function() {infowindow.open(map,m_e934fd4ca812c03831da8beac4d87213);});$marker.push(m_e934fd4ca812c03831da8beac4d87213);}});}google.maps.event.addDomListener(window, 'load', initialize);