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.5841,-94.7688)};var g_0cf823ff95dda84fd9dce87da5360fe7 = new google.maps.Geocoder();g_0cf823ff95dda84fd9dce87da5360fe7.geocode( { 'address': "1109 S Main St, Grove, OK 74344, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grove-OK-empire-finance-of-grove').style.display = '';map = new google.maps.Map(document.getElementById('grove-OK-empire-finance-of-grove'), mapOptions);}document.getElementById('2f035b60').innerHTML += ' | View Map';var $l0cf823ff95dda84fd9dce87da5360fe7 = '

Empire Finance of Grove

Address: 1109 S Main St, Grove, OK 74344, USA
Phone: (918) 786-4194
';var m_0cf823ff95dda84fd9dce87da5360fe7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Empire Finance of Grove',});m_0cf823ff95dda84fd9dce87da5360fe7['infowindow'] = new google.maps.InfoWindow({content: $l0cf823ff95dda84fd9dce87da5360fe7});var infowindow = new google.maps.InfoWindow({content: $l0cf823ff95dda84fd9dce87da5360fe7});google.maps.event.addListener(m_0cf823ff95dda84fd9dce87da5360fe7, 'click', function() {infowindow.open(map,m_0cf823ff95dda84fd9dce87da5360fe7);});$marker.push(m_0cf823ff95dda84fd9dce87da5360fe7);}});}google.maps.event.addDomListener(window, 'load', initialize);