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(33.606,-85.8396)};var g_58ea54949dd13922eeb1cc9f541a280f = new google.maps.Geocoder();g_58ea54949dd13922eeb1cc9f541a280f.geocode( { 'address': "10-C Hamric Dr W, Oxford, AL 36203, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oxford-AL-taylor-financial-services-inc').style.display = '';map = new google.maps.Map(document.getElementById('oxford-AL-taylor-financial-services-inc'), mapOptions);}document.getElementById('af149691').innerHTML += ' | View Map';var $l58ea54949dd13922eeb1cc9f541a280f = '

Taylor Financial Services Inc

Address: 10-C Hamric Dr W, Oxford, AL 36203, USA
Phone: (256) 831-4899
';var m_58ea54949dd13922eeb1cc9f541a280f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Taylor Financial Services Inc',});m_58ea54949dd13922eeb1cc9f541a280f['infowindow'] = new google.maps.InfoWindow({content: $l58ea54949dd13922eeb1cc9f541a280f});var infowindow = new google.maps.InfoWindow({content: $l58ea54949dd13922eeb1cc9f541a280f});google.maps.event.addListener(m_58ea54949dd13922eeb1cc9f541a280f, 'click', function() {infowindow.open(map,m_58ea54949dd13922eeb1cc9f541a280f);});$marker.push(m_58ea54949dd13922eeb1cc9f541a280f);}});}google.maps.event.addDomListener(window, 'load', initialize);