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.4196,-99.386)};var g_4390b2bac1c36d6088339916ea6fb28a = new google.maps.Geocoder();g_4390b2bac1c36d6088339916ea6fb28a.geocode( { 'address': "2728 Williams Ave, Woodward, OK 73801, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('woodward-OK-country-home-financial').style.display = '';map = new google.maps.Map(document.getElementById('woodward-OK-country-home-financial'), mapOptions);}document.getElementById('a6341235').innerHTML += ' | View Map';var $l4390b2bac1c36d6088339916ea6fb28a = '

Country Home Financial

Address: 2728 Williams Ave, Woodward, OK 73801, USA
Phone: (580) 256-6300
';var m_4390b2bac1c36d6088339916ea6fb28a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Country Home Financial',});m_4390b2bac1c36d6088339916ea6fb28a['infowindow'] = new google.maps.InfoWindow({content: $l4390b2bac1c36d6088339916ea6fb28a});var infowindow = new google.maps.InfoWindow({content: $l4390b2bac1c36d6088339916ea6fb28a});google.maps.event.addListener(m_4390b2bac1c36d6088339916ea6fb28a, 'click', function() {infowindow.open(map,m_4390b2bac1c36d6088339916ea6fb28a);});$marker.push(m_4390b2bac1c36d6088339916ea6fb28a);}});}google.maps.event.addDomListener(window, 'load', initialize);