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.1594,-111.944)};var g_5b8f1ce074f1a644c1a7f21cfc0f3875 = new google.maps.Geocoder();g_5b8f1ce074f1a644c1a7f21cfc0f3875.geocode( { 'address': "5711 S 1475 E #100, South Ogden, UT 84403, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('south-ogden-UT-aaron-flowers').style.display = '';map = new google.maps.Map(document.getElementById('south-ogden-UT-aaron-flowers'), mapOptions);}document.getElementById('ad9e43aa').innerHTML += ' | View Map';var $l5b8f1ce074f1a644c1a7f21cfc0f3875 = '

AAron Flowers

Address: 5711 S 1475 E #100, South Ogden, UT 84403, USA
Phone: (801) 917-3757
';var m_5b8f1ce074f1a644c1a7f21cfc0f3875 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'AAron Flowers',});m_5b8f1ce074f1a644c1a7f21cfc0f3875['infowindow'] = new google.maps.InfoWindow({content: $l5b8f1ce074f1a644c1a7f21cfc0f3875});var infowindow = new google.maps.InfoWindow({content: $l5b8f1ce074f1a644c1a7f21cfc0f3875});google.maps.event.addListener(m_5b8f1ce074f1a644c1a7f21cfc0f3875, 'click', function() {infowindow.open(map,m_5b8f1ce074f1a644c1a7f21cfc0f3875);});$marker.push(m_5b8f1ce074f1a644c1a7f21cfc0f3875);}});}google.maps.event.addDomListener(window, 'load', initialize);