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(35.4058,-94.5157)};var g_06a4829fc00c7b72ec83007010e0fb08 = new google.maps.Geocoder();g_06a4829fc00c7b72ec83007010e0fb08.geocode( { 'address': "105 W Ray Fine Blvd p, Roland, OK 74954, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('roland-OK-dixie-finance').style.display = '';map = new google.maps.Map(document.getElementById('roland-OK-dixie-finance'), mapOptions);}document.getElementById('88444b42').innerHTML += ' | View Map';var $l06a4829fc00c7b72ec83007010e0fb08 = '

Dixie Finance

Address: 105 W Ray Fine Blvd p, Roland, OK 74954, USA
Phone: (918) 427-1093
';var m_06a4829fc00c7b72ec83007010e0fb08 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Dixie Finance',});m_06a4829fc00c7b72ec83007010e0fb08['infowindow'] = new google.maps.InfoWindow({content: $l06a4829fc00c7b72ec83007010e0fb08});var infowindow = new google.maps.InfoWindow({content: $l06a4829fc00c7b72ec83007010e0fb08});google.maps.event.addListener(m_06a4829fc00c7b72ec83007010e0fb08, 'click', function() {infowindow.open(map,m_06a4829fc00c7b72ec83007010e0fb08);});$marker.push(m_06a4829fc00c7b72ec83007010e0fb08);}});}google.maps.event.addDomListener(window, 'load', initialize);