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.6546,-99.3342)};var g_8a41d52bc42d25e2319c6844496d4d5d = new google.maps.Geocoder();g_8a41d52bc42d25e2319c6844496d4d5d.geocode( { 'address': "1521 N Main St, Altus, OK 73521, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('altus-OK-allstate-insurance-john-gallagher').style.display = '';map = new google.maps.Map(document.getElementById('altus-OK-allstate-insurance-john-gallagher'), mapOptions);}document.getElementById('9c973c4a').innerHTML += ' | View Map';var $l8a41d52bc42d25e2319c6844496d4d5d = '

Allstate Insurance: John Gallagher

Address: 1521 N Main St, Altus, OK 73521, USA
Phone: (580) 482-7706
';var m_8a41d52bc42d25e2319c6844496d4d5d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Allstate Insurance: John Gallagher',});m_8a41d52bc42d25e2319c6844496d4d5d['infowindow'] = new google.maps.InfoWindow({content: $l8a41d52bc42d25e2319c6844496d4d5d});var infowindow = new google.maps.InfoWindow({content: $l8a41d52bc42d25e2319c6844496d4d5d});google.maps.event.addListener(m_8a41d52bc42d25e2319c6844496d4d5d, 'click', function() {infowindow.open(map,m_8a41d52bc42d25e2319c6844496d4d5d);});$marker.push(m_8a41d52bc42d25e2319c6844496d4d5d);}});}google.maps.event.addDomListener(window, 'load', initialize);