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(35.4723,-97.527)};var g_f99bb04000db653a564e3aadd5b39d92 = new google.maps.Geocoder();g_f99bb04000db653a564e3aadd5b39d92.geocode( { 'address': "825 NW 4th St, Oklahoma City, OK 73106, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oklahoma-city-OK-morris-enterprises-inc').style.display = '';map = new google.maps.Map(document.getElementById('oklahoma-city-OK-morris-enterprises-inc'), mapOptions);}document.getElementById('7d11a794').innerHTML += ' | View Map';var $lf99bb04000db653a564e3aadd5b39d92 = '

Morris Enterprises Inc

Address: 825 NW 4th St, Oklahoma City, OK 73106, USA
Phone: (405) 232-4112
';var m_f99bb04000db653a564e3aadd5b39d92 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Morris Enterprises Inc',});m_f99bb04000db653a564e3aadd5b39d92['infowindow'] = new google.maps.InfoWindow({content: $lf99bb04000db653a564e3aadd5b39d92});var infowindow = new google.maps.InfoWindow({content: $lf99bb04000db653a564e3aadd5b39d92});google.maps.event.addListener(m_f99bb04000db653a564e3aadd5b39d92, 'click', function() {infowindow.open(map,m_f99bb04000db653a564e3aadd5b39d92);});$marker.push(m_f99bb04000db653a564e3aadd5b39d92);}});}google.maps.event.addDomListener(window, 'load', initialize);