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(34.7837,-98.2905)};var g_4ae48c436b46a06701b206644ecd5656 = new google.maps.Geocoder();g_4ae48c436b46a06701b206644ecd5656.geocode( { 'address': "818 H St, Elgin, OK 73538, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('elgin-OK-michael-l-doyle-certified-public-accountant').style.display = '';map = new google.maps.Map(document.getElementById('elgin-OK-michael-l-doyle-certified-public-accountant'), mapOptions);}document.getElementById('a27c395b').innerHTML += ' | View Map';var $l4ae48c436b46a06701b206644ecd5656 = '

Michael L Doyle, Certified Public Accountant

Address: 818 H St, Elgin, OK 73538, USA
Phone: (580) 492-4777
';var m_4ae48c436b46a06701b206644ecd5656 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Michael L Doyle, Certified Public Accountant',});m_4ae48c436b46a06701b206644ecd5656['infowindow'] = new google.maps.InfoWindow({content: $l4ae48c436b46a06701b206644ecd5656});var infowindow = new google.maps.InfoWindow({content: $l4ae48c436b46a06701b206644ecd5656});google.maps.event.addListener(m_4ae48c436b46a06701b206644ecd5656, 'click', function() {infowindow.open(map,m_4ae48c436b46a06701b206644ecd5656);});$marker.push(m_4ae48c436b46a06701b206644ecd5656);}});}google.maps.event.addDomListener(window, 'load', initialize);