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.5031,-93.0583)};var g_b3b35df56a1ad6470baff5b89997461c = new google.maps.Geocoder();g_b3b35df56a1ad6470baff5b89997461c.geocode( { 'address': "229 Woodbine St, Hot Springs, AR 71901, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hot-springs-AR-steve-westerfield-attorney-at-law').style.display = '';map = new google.maps.Map(document.getElementById('hot-springs-AR-steve-westerfield-attorney-at-law'), mapOptions);}document.getElementById('cd0b7cbc').innerHTML += ' | View Map';var $lb3b35df56a1ad6470baff5b89997461c = '

Steve Westerfield Attorney At Law

Address: 229 Woodbine St, Hot Springs, AR 71901, USA
Phone: (501) 623-3922
';var m_b3b35df56a1ad6470baff5b89997461c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Steve Westerfield Attorney At Law',});m_b3b35df56a1ad6470baff5b89997461c['infowindow'] = new google.maps.InfoWindow({content: $lb3b35df56a1ad6470baff5b89997461c});var infowindow = new google.maps.InfoWindow({content: $lb3b35df56a1ad6470baff5b89997461c});google.maps.event.addListener(m_b3b35df56a1ad6470baff5b89997461c, 'click', function() {infowindow.open(map,m_b3b35df56a1ad6470baff5b89997461c);});$marker.push(m_b3b35df56a1ad6470baff5b89997461c);}});}google.maps.event.addDomListener(window, 'load', initialize);