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.7743,-96.6778)};var g_bfca6b31186077e4f7cec961318b23f4 = new google.maps.Geocoder();g_bfca6b31186077e4f7cec961318b23f4.geocode( { 'address': "117 E Main St, Ada, OK 74820, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ada-OK-empire-finance').style.display = '';map = new google.maps.Map(document.getElementById('ada-OK-empire-finance'), mapOptions);}document.getElementById('98725d81').innerHTML += ' | View Map';var $lbfca6b31186077e4f7cec961318b23f4 = '

Empire Finance

Address: 117 E Main St, Ada, OK 74820, USA
Phone: (580) 436-6090
';var m_bfca6b31186077e4f7cec961318b23f4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Empire Finance',});m_bfca6b31186077e4f7cec961318b23f4['infowindow'] = new google.maps.InfoWindow({content: $lbfca6b31186077e4f7cec961318b23f4});var infowindow = new google.maps.InfoWindow({content: $lbfca6b31186077e4f7cec961318b23f4});google.maps.event.addListener(m_bfca6b31186077e4f7cec961318b23f4, 'click', function() {infowindow.open(map,m_bfca6b31186077e4f7cec961318b23f4);});$marker.push(m_bfca6b31186077e4f7cec961318b23f4);}});}google.maps.event.addDomListener(window, 'load', initialize);