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.2184,-97.458)};var g_86b7c476d5ee2607d5b267062daafc56 = new google.maps.Geocoder();g_86b7c476d5ee2607d5b267062daafc56.geocode( { 'address': "1100 W Main St #74, Norman, OK 73069, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('norman-OK-moreland-solutions').style.display = '';map = new google.maps.Map(document.getElementById('norman-OK-moreland-solutions'), mapOptions);}document.getElementById('12c5d528').innerHTML += ' | View Map';var $l86b7c476d5ee2607d5b267062daafc56 = '

Moreland Solution's

Address: 1100 W Main St #74, Norman, OK 73069, USA
Phone: (405) 225-0902
';var m_86b7c476d5ee2607d5b267062daafc56 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Moreland Solution's',});m_86b7c476d5ee2607d5b267062daafc56['infowindow'] = new google.maps.InfoWindow({content: $l86b7c476d5ee2607d5b267062daafc56});var infowindow = new google.maps.InfoWindow({content: $l86b7c476d5ee2607d5b267062daafc56});google.maps.event.addListener(m_86b7c476d5ee2607d5b267062daafc56, 'click', function() {infowindow.open(map,m_86b7c476d5ee2607d5b267062daafc56);});$marker.push(m_86b7c476d5ee2607d5b267062daafc56);}});}google.maps.event.addDomListener(window, 'load', initialize);