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(36.2913,-95.8311)};var g_b5fcb0927ddcbf57bf598067749c235f = new google.maps.Geocoder();g_b5fcb0927ddcbf57bf598067749c235f.geocode( { 'address': "9500 N 129th E Ave #122, Owasso, OK 74055, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('owasso-OK-st-john-financial-group-inc--auto-insurance-and-home-insurance').style.display = '';map = new google.maps.Map(document.getElementById('owasso-OK-st-john-financial-group-inc--auto-insurance-and-home-insurance'), mapOptions);}document.getElementById('08adeb0c').innerHTML += ' | View Map';var $lb5fcb0927ddcbf57bf598067749c235f = '

St. John Financial Group, Inc. | Auto Insurance and Home Insurance

Address: 9500 N 129th E Ave #122, Owasso, OK 74055, USA
Phone: (918) 272-7200
';var m_b5fcb0927ddcbf57bf598067749c235f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'St. John Financial Group, Inc. | Auto Insurance and Home Insurance',});m_b5fcb0927ddcbf57bf598067749c235f['infowindow'] = new google.maps.InfoWindow({content: $lb5fcb0927ddcbf57bf598067749c235f});var infowindow = new google.maps.InfoWindow({content: $lb5fcb0927ddcbf57bf598067749c235f});google.maps.event.addListener(m_b5fcb0927ddcbf57bf598067749c235f, 'click', function() {infowindow.open(map,m_b5fcb0927ddcbf57bf598067749c235f);});$marker.push(m_b5fcb0927ddcbf57bf598067749c235f);}});}google.maps.event.addDomListener(window, 'load', initialize);